mirror of
https://github.com/tale/headplane.git
synced 2026-08-12 22:56:53 +00:00
feat: add fate vite integration
This commit is contained in:
+7
-1
@@ -1,5 +1,11 @@
|
||||
{
|
||||
"include": ["**/*", "**/.server/**/*", "**/.client/**/*", ".react-router/types/**/*"],
|
||||
"include": [
|
||||
"**/*",
|
||||
"**/.server/**/*",
|
||||
"**/.client/**/*",
|
||||
".fate/**/*",
|
||||
".react-router/types/**/*"
|
||||
],
|
||||
"exclude": ["docs"],
|
||||
"compilerOptions": {
|
||||
"lib": ["DOM", "DOM.Iterable", "ES2023"],
|
||||
|
||||
Reference in New Issue
Block a user