25 lines
516 B
JSON
25 lines
516 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"sourceMap": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"skipDefaultLibCheck": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"lib": [ "es6", "dom" ],
|
|
"types": [ ],
|
|
"allowJs": true
|
|
},
|
|
"exclude": [
|
|
"dev-dist",
|
|
"prod-dist",
|
|
"bin",
|
|
"BuildScripts",
|
|
"node_modules",
|
|
"webpack.common.js",
|
|
"webpack.dev.js",
|
|
"webpack.prod.js"
|
|
],
|
|
"atom": { "rewriteTsconfig": false }
|
|
} |