23 строки
598 B
JSON
23 строки
598 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"noImplicitAny": false,
|
|
"module": "es6",
|
|
"moduleResolution": "node",
|
|
"target": "es5",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"importHelpers": false,
|
|
"noEmitHelpers": false,
|
|
"alwaysStrict": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true,
|
|
"declarationDir": "build/types",
|
|
"outDir": "dist-es5",
|
|
"rootDir": "./src",
|
|
"removeComments": false
|
|
},
|
|
"files": [
|
|
]
|
|
} |