{
"compilerOptions": {
"module": "commonjs",
"allowSyntheticDefaultImports": true
// "noImplicitAny": true,
// "removeComments": true,
// "preserveConstEnums": true,
// "sourceMap": true
},
"include": [
"build.ts"
]
}