mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-25 19:17:30 +00:00
Beginning Yeoman generator generator. Currently creates templates in as patches vs a common set of files.
This commit is contained in:
12
templates/yeoman/tsconfig.json
Normal file
12
templates/yeoman/tsconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"moduleResolution": "node",
|
||||
"target": "es5",
|
||||
"outDir": "built",
|
||||
"sourceMap": false
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"generator-aspnet-spa"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user