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

This commit is contained in:
Himself65
2023-06-07 15:41:42 +08:00
committed by GitHub
parent d28c887237
commit cd5c4b5cb7
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"]
}