shaderview/tsconfig.json

12 lines
221 B
JSON
Raw Normal View History

2024-12-17 16:32:34 +00:00
{
"compilerOptions": {
"module": "esnext",
"target": "ESNext",
"strict": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"preserveConstEnums": true,
"lib": ["dom"]
}
}