CliSite/tsconfig.json
Bruno Rybársky 67c1e35608 do some stuff
and prepare for a system each command to a file
2022-06-11 22:12:19 +02:00

13 lines
266 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,
"suppressImplicitAnyIndexErrors": true,
"sourceMap": true
},
"files": [
"index.ts"
]
}