Files
brk/website/tsconfig.json

12 lines
222 B
JSON

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