Files
Radicale/radicale/web/jsconfig.json
2026-03-02 22:18:02 +01:00

10 lines
169 B
JSON

{
"compilerOptions": {
"module": "CommonJS",
"target": "ES6",
"checkJs": true
},
"include": [
"internal_data/**/*.js"
]
}