predictor/tsconfig.json
2020-03-21 20:05:17 +03:00

13 lines
228 B
JSON

{
"compilerOptions": {
"outDir": "./dist",
"allowJs": true,
"target": "es5",
"module": "commonjs",
"strictNullChecks": true,
"types": ["node", "mocha", "chai"]
},
"include": [
"./src/**/*"
]
}