Files
brk/websites/default/tsconfig.json
2025-06-09 13:05:03 +02:00

13 lines
277 B
JSON

{
"compilerOptions": {
"checkJs": true,
"strict": true,
"target": "ESNext",
"module": "ESNext",
"outDir": "/tmp/brk",
"lib": ["DOM", "DOM.Iterable", "ESNext", "WebWorker"],
"skipLibCheck": true
},
"exclude": ["assets", "packages", "ignore"]
}