cumstorm/tsconfig.json
2020-01-24 23:52:51 +03:00

12 lines
200 B
JSON

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