sdf-2d-demo/tsconfig.json
Andras Schmelczer 790b1352fe
All checks were successful
Check & deploy / build (push) Successful in 28s
Modernise
2026-06-03 08:24:00 +01:00

18 lines
412 B
JSON

{
"compilerOptions": {
"sourceMap": true,
"noImplicitAny": false,
"strict": false,
"target": "ES2017",
"module": "ESNext",
"moduleResolution": "node10",
"ignoreDeprecations": "6.0",
"allowJs": true,
"experimentalDecorators": true,
"esModuleInterop": true,
"lib": ["ES2017", "DOM"],
"skipLibCheck": true
},
"include": ["src"],
"exclude": ["node_modules"]
}