Files
brk/website/jsconfig.json
2024-09-24 17:13:29 +02:00

10 lines
166 B
JSON

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