Fix plugin runtime

This commit is contained in:
Gregory Schier
2024-09-23 07:46:32 -07:00
parent 9bb1e1232f
commit c938b62d35
6 changed files with 10 additions and 34 deletions

View File

@@ -20,12 +20,5 @@
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
},
"include": [
"."
],
"exclude": [
"vite.config.ts"
],
"references": [{ "path": "./tsconfig.node.json" }]
}
}