shaderview/tsconfig.json
2024-12-17 17:32:34 +01:00

11 lines
221 B
JSON

{
"compilerOptions": {
"module": "esnext",
"target": "ESNext",
"strict": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"preserveConstEnums": true,
"lib": ["dom"]
}
}