Files
brk/websites/bitview/jsconfig.json
2025-08-27 11:52:22 +02:00

11 lines
192 B
JSON

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