fix: remove dependencies in @affine/debug (#2708)

(cherry picked from commit cd5c4b5cb7)
This commit is contained in:
Himself65
2023-06-07 15:41:42 +08:00
committed by Alex Yang
parent 00489dc571
commit 4ef9093b5b
5 changed files with 8 additions and 13 deletions
-5
View File
@@ -8,11 +8,6 @@
"noEmit": false,
"outDir": "lib"
},
"references": [
{
"path": "../env"
}
],
"include": ["./src"],
"exclude": ["node_modules"]
}