mirror of
https://git.stamm.me/OpenServer/NodeLogging.git
synced 2024-11-14 17:41:04 +00:00
19 lines
328 B
JSON
19 lines
328 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2017",
|
|
"noImplicitAny": false,
|
|
"sourceMap": true,
|
|
"outDir": "out",
|
|
"declaration": true,
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"include": [
|
|
"src"
|
|
]
|
|
} |