wuhp commited on
Commit
e36ceda
·
verified ·
1 Parent(s): bef9343

Update tsconfig.json

Browse files
Files changed (1) hide show
  1. tsconfig.json +1 -0
tsconfig.json CHANGED
@@ -17,5 +17,6 @@
17
  "noFallthroughCasesInSwitch": true
18
  },
19
  "include": ["."],
 
20
  "references": [{ "path": "./tsconfig.node.json" }]
21
  }
 
17
  "noFallthroughCasesInSwitch": true
18
  },
19
  "include": ["."],
20
+ "exclude": ["node_modules", "vite.config.ts"],
21
  "references": [{ "path": "./tsconfig.node.json" }]
22
  }