Files
brk/app-html/tsconfig.json
T
2024-09-10 09:39:06 +02:00

11 lines
194 B
JSON

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