Files
brk/website/jsconfig.json
2025-01-27 23:25:28 +01:00

10 lines
166 B
JSON

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