mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Prevent standalone builds from modifying the tsconfig.json.
This commit is contained in:
+4
-1
@@ -35,6 +35,9 @@
|
||||
"~/server/*": ["src/server/*"]
|
||||
}
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts",
|
||||
// this is here only because otherwise, during standalone build the process would update this file
|
||||
"dist/types/**/*.ts"
|
||||
],
|
||||
"exclude": ["node_modules", "dist", "electron"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user