Spaces:
Sleeping
Sleeping
Update tsconfig.json
Browse files- 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 |
}
|