timelimit-server-ui/tsconfig.json
2020-02-03 01:00:00 +01:00

8 lines
138 B
JSON

{
"compilerOptions": {
"target": "es5",
"lib": ["es2015", "dom"],
"strictNullChecks": true,
"noImplicitAny": true
}
}