21 строка
454 B
JSON
21 строка
454 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2017",
|
|
"lib": ["es2017"],
|
|
"declaration": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"sourceMap": true,
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"experimentalDecorators": true,
|
|
"alwaysStrict": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"types": ["node", "mocha"]
|
|
},
|
|
"include": ["src"]
|
|
}
|