mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 01:52:28 +08:00
chore(tsconfig): remove src for forge config
This commit is contained in:
parent
0325bee425
commit
54290a1373
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user