generator-aspnetcore-angular2
Version:
Generate a Visual Studio/Code project for ASP.NET Core, Angular 2, and TypeScript
25 lines (24 loc) • 550 B
JSON
{
"compilerOptions": {
"moduleResolution": "node",
"target": "es5",
"sourceMap": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"skipDefaultLibCheck": true,
"lib": [ "es6", "dom" ],
"typeRoots": [
"./node_modules/@types"
]
},
"exclude": [ "bin", "node_modules" ],
"awesomeTypescriptLoaderOptions": {
"forkChecker": true,
"useWebpackText": true
},
"compileOnSave": false,
"buildOnSave": false,
"atom": {
"rewriteTsconfig": false
}
}