Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 54290a1

Browse files
committed
chore(tsconfig): remove src for forge config
1 parent 0325bee commit 54290a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/desktop/tsconfig.forge.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"node",
1010
"express"
1111
],
12-
"rootDir": "electron-forge",
1312
"tsBuildInfoFile": "dist/tsconfig.app.tsbuildinfo"
1413
},
1514
"include": [
16-
"**/*.ts"
15+
"**/*.ts",
16+
"../server/src/*.d.ts"
1717
],
1818
"exclude": [
1919
"eslint.config.js",

0 commit comments

Comments
 (0)