Files
brk/websites/kibo.money/tsconfig.json
2025-02-19 21:43:18 +01:00

11 lines
193 B
JSON

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