chore(client/ts): fix another dependency to server

This commit is contained in:
Elian Doran 2024-12-19 20:14:48 +02:00
parent 9071a97730
commit 8ec0efe5b3
No known key found for this signature in database

View File

@ -18,12 +18,12 @@
"./src/**/*.js",
"./src/**/*.ts",
"./*.ts",
"./spec/**/*.ts",
"./spec-es6/**/*.ts"
"./spec/**/*.ts"
],
"exclude": [
"./src/public/**/*",
"./node_modules/**/*"
"./node_modules/**/*",
"./spec-es6/**/*.ts"
],
"files": [
"src/types.d.ts"