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