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

11 lines
189 B
JSON

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