3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-14 13:55:03 +00:00

feat: fix issues importing /backend in other packages

This commit is contained in:
Dragory 2024-08-11 02:10:55 +03:00
parent 460b65d1df
commit 8cb4d047b9
No known key found for this signature in database
3 changed files with 6 additions and 2 deletions

View file

@ -5,7 +5,8 @@
"module": "NodeNext",
"baseUrl": "./src",
"rootDir": "./src",
"outDir": "./dist"
"outDir": "./dist",
"composite": true
},
"include": ["src/**/*.ts", "src/**/*.json"],
"references": [