cumstorm/tsconfig.json

12 lines
200 B
JSON
Raw Permalink Normal View History

2020-01-24 21:52:51 +01:00
{
"compilerOptions": {
"outDir": "./built",
"allowJs": true,
"target": "esnext",
"module": "commonjs",
"noImplicitReturns": true
},
"include": [
"src/*"
]
}