mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-21 17:45:25 -04:00
f76a834284
- Huge tile maps are faster to create and modify at runtime
27 lines
566 B
JSON
27 lines
566 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"noImplicitAny": true,
|
|
"outDir": "./dist/tsc",
|
|
"target": "ES2017",
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"declarationDir": "./dts/",
|
|
"types" : [
|
|
"mocha",
|
|
"expect.js",
|
|
"@types/offscreencanvas"
|
|
],
|
|
"lib": ["DOM", "ES5", "ES6"],
|
|
"esModuleInterop": false,
|
|
"downlevelIteration": true,
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|