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

11 lines
193 B
JSON

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