14 lines
294 B
JSON
14 lines
294 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "es6",
|
||
|
|
"allowJs": false,
|
||
|
|
"module": "commonjs",
|
||
|
|
"moduleResolution": "node",
|
||
|
|
"experimentalDecorators": true
|
||
|
|
},
|
||
|
|
"compileOnSave": false,
|
||
|
|
"include": [
|
||
|
|
"src/**/*.ts",
|
||
|
|
"typings/index.d.ts"
|
||
|
|
]
|
||
|
|
}
|