2019-05-01 14:29:55 +00:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": "./",
|
|
|
|
"outDir": "./dist",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
2019-05-17 18:41:15 +00:00
|
|
|
"downlevelIteration": true,
|
2019-05-01 14:29:55 +00:00
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"importHelpers": true,
|
|
|
|
"target": "es5",
|
|
|
|
"typeRoots": ["node_modules/@types"],
|
|
|
|
"lib": ["es2018", "dom"]
|
|
|
|
}
|
|
|
|
}
|