Files
brk/website/scripts/modules/brk-client/jsconfig.json
T
2026-06-04 15:38:01 +02:00

11 lines
168 B
JSON

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