mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 10:40:23 +00:00
18 lines
546 B
JSON
18 lines
546 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"target": "es5",
|
|
"sourceMap": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"skipDefaultLibCheck": true,
|
|
"skipLibCheck": true, // Workaround for https://github.com/angular/angular/issues/17863. Remove this if you upgrade to a fixed version of Angular.
|
|
"strict": true,
|
|
"lib": [ "es6", "dom" ],
|
|
"types": [ "webpack-env" ]
|
|
},
|
|
"exclude": [ "bin", "node_modules" ],
|
|
"atom": { "rewriteTsconfig": false }
|
|
}
|