working on friendships in teh frontend but having to do some debuging in the backend

This commit is contained in:
Me
2022-12-09 05:19:12 +01:00
parent 999b40430d
commit 302ebd674c
7 changed files with 208 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"extends": "@tsconfig/svelte/tsconfig.json",
"include": ["src/**/*", "src/**/*.ts", "src/**/*.tsx"],
"include": ["src/**/*"],
"exclude": ["node_modules/*", "__sapper__/*", "public/*"]
}