CliSite/tsconfig.json

12 lines
220 B
JSON
Raw Normal View History

2022-06-11 20:49:24 +02:00
{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,
"sourceMap": true
},
"files": [
"index.ts"
]
}