Merged PR 211: Add csharp classes to SVGLayoutDesigner and add tests

This commit is contained in:
Eric Nguyen 2022-10-10 09:28:47 +00:00
parent 24e47ae240
commit f74af69291
40 changed files with 1346 additions and 13 deletions

View file

@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ESNext",
"target": "ES2021",
"useDefineForClassFields": true,
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": false,