We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aacad4 commit bae74b1Copy full SHA for bae74b1
packages/service/tsconfig.build.json
@@ -0,0 +1,6 @@
1
+{
2
+ "extends": "./tsconfig.json",
3
+ "compilerOptions": {
4
+ "rootDir": ".."
5
+ }
6
+}
packages/service/vite.config.ts
@@ -40,7 +40,8 @@ export default defineConfig({
40
plugins: [
41
dts({
42
root: __dirname,
43
- entryRoot: 'src'
+ entryRoot: 'src',
44
+ tsconfigPath: './tsconfig.build.json'
45
})
46
]
47
0 commit comments