Jacky Zhao
2023-08-17 07a327e05aa2a48aa11faf9aa0e049201d622f8f
tsconfig.json
@@ -1,8 +1,7 @@
{
  "compilerOptions": {
    "lib": [
      "esnext"
    ],
    "lib": ["esnext", "DOM", "DOM.Iterable"],
    "experimentalDecorators": true,
    "module": "esnext",
    "target": "esnext",
    "moduleResolution": "node",
@@ -16,12 +15,6 @@
    "jsx": "react-jsx",
    "jsxImportSource": "preact"
  },
  "include": [
    "**/*.ts",
    "**/*.tsx",
    "./package.json"
  ],
  "exclude": [
    "build/**/*.d.ts"
  ]
  "include": ["**/*.ts", "**/*.tsx", "./package.json"],
  "exclude": ["build/**/*.d.ts"]
}