Start using the sdf-2d library

This commit is contained in:
schmelczerandras 2020-09-21 09:42:00 +02:00
parent 99f47e2961
commit 1b7dee4be0
56 changed files with 314 additions and 2119 deletions

View file

@ -3,12 +3,12 @@
"outDir": "./dist/",
"sourceMap": true,
"noImplicitAny": false,
"target": "es5",
"target": "es6",
"downlevelIteration": true,
"allowJs": true,
"experimentalDecorators": true,
"moduleResolution": "Node",
"module": "commonjs",
"module": "es6",
"lib": ["es2015", "dom"]
}
}