chore(tsconfig): remove src for forge config

This commit is contained in:
Elian Doran 2025-06-19 20:56:41 +03:00
parent 0325bee425
commit 54290a1373
No known key found for this signature in database

View File

@ -9,11 +9,11 @@
"node",
"express"
],
"rootDir": "electron-forge",
"tsBuildInfoFile": "dist/tsconfig.app.tsbuildinfo"
},
"include": [
"**/*.ts"
"**/*.ts",
"../server/src/*.d.ts"
],
"exclude": [
"eslint.config.js",