Files
brk/website/jsconfig.json
2026-01-14 16:38:53 +01:00

11 lines
189 B
JSON

{
"compilerOptions": {
"checkJs": true,
"strict": true,
"target": "ESNext",
"module": "ESNext",
"skipLibCheck": true
},
"exclude": ["assets", "scripts/modules"]
}