Files
brk/website/tsconfig.json
2024-09-10 23:15:13 +02:00

11 lines
194 B
JSON

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