Files
dashcaddy/status/jsconfig.json
Sami f61e85d9a7 Initial commit: DashCaddy v1.0
Full codebase including API server (32 modules + routes), dashboard frontend,
DashCA certificate distribution, installer script, and deployment skills.
2026-03-05 02:26:12 -08:00

15 lines
328 B
JSON

{
"compilerOptions": {
"checkJs": true,
"target": "ES2020",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"moduleDetection": "auto",
"strict": false,
"noImplicitAny": false,
"strictNullChecks": false,
"allowJs": true
},
"include": ["js/**/*.js"],
"exclude": ["js/driver.min.js", "dist/**"]
}