Files
brk/websites/kibo.money/tsconfig.json
2025-05-28 16:53:18 +02:00

12 lines
252 B
JSON

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