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 himself65
parent 8d22316644
commit bdabe656c3
5 changed files with 8 additions and 13 deletions

View File

@@ -8,11 +8,6 @@
"noEmit": false,
"outDir": "lib"
},
"references": [
{
"path": "../env"
}
],
"include": ["./src"],
"exclude": ["node_modules"]
}