Files
brk/websites/bitview/jsconfig.json
2025-09-21 17:21:10 +02:00

11 lines
208 B
JSON

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