Files
CookieMonster/tsconfig.json
2021-04-06 11:36:24 +02:00

10 lines
156 B
JSON

{
"compilerOptions": {
"module": "ES2020",
"noImplicitAny": true,
"sourceMap": true,
"target": "ES6",
"strictNullChecks": true,
}
}