2018-03-28 06:49:39 +03:00
|
|
|
{
|
|
|
|
"compileOnSave": true,
|
|
|
|
"compilerOptions": {
|
|
|
|
"module": "commonjs",
|
|
|
|
"target": "ES6",
|
|
|
|
"lib": [ "es6" ],
|
|
|
|
"sourceMap": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
2019-04-04 05:29:45 +03:00
|
|
|
"rootDir": ".",
|
|
|
|
"typeRoots":["./typings"],
|
|
|
|
"types": ["node"]
|
2018-03-28 06:49:39 +03:00
|
|
|
},
|
|
|
|
"exclude": [
|
|
|
|
"node_modules",
|
|
|
|
"src/views/htmlcontent"
|
|
|
|
]
|
|
|
|
}
|