24 строки
508 B
JSON
24 строки
508 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"target": "es5",
|
|
"module":"es2015",
|
|
"lib": ["es2015", "es2016", "es2017", "dom"],
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"declarationDir": "dist/types",
|
|
"outDir": "dist/es",
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
],
|
|
"alwaysStrict": true
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|