Files
Radicale/radicale/web/jsconfig.json
Max Berger 951cfde278 Address null-safety identified by TSC compiler v6
There are no actual functional changes. This just adds many additional
annotations and function which ensure type safety and null safety.
2026-03-25 23:34:44 +01:00

13 lines
264 B
JSON

{
"compilerOptions": {
"module": "CommonJS",
"target": "ES2017",
"checkJs": true,
"noEmit": true,
"noUnusedLocals": true,
"noUnusedParameters": true
},
"include": [
"internal_data/**/*.js"
]
}