mirror of
https://codeberg.org/timelimit/timelimit-server-ui.git
synced 2025-10-02 17:09:14 +02:00
8 lines
138 B
JSON
8 lines
138 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["es2015", "dom"],
|
|
"strictNullChecks": true,
|
|
"noImplicitAny": true
|
|
}
|
|
}
|