1
0
mirror of https://git.stamm.me/OpenServer/NodeLogging.git synced 2024-09-27 22:27:06 +00:00
nodelogging/tsconfig.json
2017-08-23 16:45:03 +02:00

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"
]
}