This commit is contained in:
Salam-vsem
2025-05-24 19:02:39 +03:00
commit 2b72f5407b
52 changed files with 1457 additions and 0 deletions

8
server/tsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"extends": "@strapi/typescript-utils/tsconfigs/server",
"include": ["./src"],
"compilerOptions": {
"rootDir": "../",
"baseUrl": "."
}
}