19 строки
477 B
JSON
19 строки
477 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [ "es2018", "dom" ],
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"declaration": true,
|
|
"rootDir": ".",
|
|
"outDir": "./dist",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"noImplicitAny": false,
|
|
"removeComments": false,
|
|
"noEmitOnError": true,
|
|
"skipLibCheck": true,
|
|
"typeRoots": [ "node_modules/@types", "definitelyTyped" ],
|
|
"sourceMap": true
|
|
}
|
|
} |