mirror of
https://codeberg.org/timelimit/timelimit-server-ui.git
synced 2026-06-05 17:36:50 +02:00
9 lines
138 B
JSON
9 lines
138 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["es2015", "dom"],
|
|
"strictNullChecks": true,
|
|
"noImplicitAny": true
|
|
}
|
|
}
|