1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00

Remove unnecessary references

This commit is contained in:
Adria Navarro 2023-08-01 17:50:11 +02:00
parent 250a4e890f
commit 8ec251aefb

View file

@ -15,7 +15,6 @@
"require": ["tsconfig-paths/register"],
"swc": true
},
"references": [{ "path": "../types" }, { "path": "../backend-core" }],
"include": ["src/**/*", "package.json"],
"exclude": ["node_modules", "dist"]
}