mirror of
https://github.com/akpaevj/onecmonitor.git
synced 2024-12-14 10:12:52 +02:00
19 lines
359 B
JSON
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"
|
|
]
|
|
}
|