cumstorm/tsconfig.json

12 lines
200 B
JSON

{
"compilerOptions": {
"outDir": "./built",
"allowJs": true,
"target": "esnext",
"module": "commonjs",
"noImplicitReturns": true
},
"include": [
"src/*"
]
}