Files
brk/websites/default/jsconfig.json
2025-06-09 13:05:03 +02:00

11 lines
192 B
JSON

{
"compilerOptions": {
"checkJs": true,
"strict": true,
"target": "ESNext",
"module": "ESNext",
"skipLibCheck": true
},
"exclude": ["assets", "packages", "ignore"]
}