sdf-2d-demo/tsconfig.json
schmelczerandras fd64d9491d Update project
2020-09-20 20:15:27 +02:00

14 lines
304 B
JSON

{
"compilerOptions": {
"outDir": "./dist/",
"sourceMap": true,
"noImplicitAny": false,
"target": "es6",
"downlevelIteration": true,
"allowJs": true,
"experimentalDecorators": true,
"moduleResolution": "Node",
"module": "commonjs",
"lib": ["es2017", "dom"]
}
}