- build için dosyalar ayrı kaydedilecek şekilde düzenleme yapıldı

- gereksiz paketler package.json dan silindi
- Kullanılmayan quill dosyaları silindi
This commit is contained in:
M. Bestami
2025-10-24 12:03:32 +03:00
parent 03689a01e3
commit cb9d2f220f
9 changed files with 70 additions and 220 deletions

View File

@ -1,11 +1,12 @@
{
"extends": "@tsconfig/node20/tsconfig.json",
"extends": "./tsconfig.json",
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"nightwatch.conf.*",
"playwright.config.*"
"playwright.config.*",
"Configs.ts"
],
"compilerOptions": {
"composite": true,