Files
brk/modules/brk-client/jsconfig.json
2025-10-01 23:17:48 +02:00

11 lines
168 B
JSON

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