pages235/tsconfig.json
Vitaly ce6e02ed1f refactor controls to use contro-max!
it allows to use between mobile keyboard & gamepad consistently!
fixed double jump!
2023-09-04 07:39:16 +03:00

18 lines
441 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"moduleResolution": "Node",
"module": "CommonJS",
"allowJs": true,
"jsx": "react-jsx",
"allowSyntheticDefaultImports": true,
"noEmit": true,
"strictFunctionTypes": true,
"resolveJsonModule": true,
"noFallthroughCasesInSwitch": true
// "strictNullChecks": true
},
"include": [
"src"
]
}