Jacky Zhao
2023-07-20 83d47f7aaa247371ad8a51b8d5245afe8f4af620
tsconfig.json
@@ -1,8 +1,11 @@
{
  "compilerOptions": {
    "lib": [
      "esnext"
      "esnext",
      "DOM",
      "DOM.Iterable"
    ],
    "experimentalDecorators": true,
    "module": "esnext",
    "target": "esnext",
    "moduleResolution": "node",