1
0
mirror of https://github.com/akpaevj/onecmonitor.git synced 2024-12-14 10:12:52 +02:00
onecmonitor/onecmonitor-server/tsconfig.json
2023-01-27 20:58:44 +03:00

19 lines
359 B
JSON

{
"compilerOptions": {
"outDir": "./dist/",
"sourceMap": true,
"noImplicitUseStrict": true,
"alwaysStrict": false,
"noImplicitAny": false,
"module": "es6",
"target": "es5",
"allowJs": true,
"skipLibCheck": true,
"moduleResolution": "node"
},
"exclude": [
"node_modules",
"wwwroot"
]
}