mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2026-01-09 10:26:56 +00:00
Add ReactSpa template
This commit is contained in:
11
templates/ReactSpa/tsconfig.json
Normal file
11
templates/ReactSpa/tsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"moduleResolution": "node",
|
||||
"target": "es6",
|
||||
"jsx": "preserve",
|
||||
"sourceMap": true
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user