mwt-ds/hosted.js/tsconfig.json

20 строки
383 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": false,
"removeComments": true,
"preserveConstEnums": true,
"sourceMap": true,
"outDir": "build"
},
"include": [
"src/**/*",
"test/**/*"
],
"exclude": [
"node_modules"
],
"typeRoots": [
"node_modules/@types"
]
}