build: remove unused reference

(cherry picked from commit 541011ba90)
This commit is contained in:
himself65
2023-06-07 14:21:21 +08:00
parent 43571c203f
commit 057346ba95

View File

@@ -4,10 +4,5 @@
"rootDir": "./src",
"types": ["electron"]
},
"include": ["**.ts", "**.tsx"],
"references": [
{
"path": "./tsconfig.node.json"
}
]
"include": ["**.ts", "**.tsx"]
}