18 строки
413 B
JSON
18 строки
413 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "ES6",
|
|
"lib": [ "es6" ],
|
|
"sourceMap": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"rootDir": ".",
|
|
"typeRoots":["./typings"],
|
|
"types": ["node"]
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"src/views/htmlcontent"
|
|
]
|
|
} |