fix: package; refactor: tsconfig

This commit is contained in:
Marco Beretta 2025-07-12 22:19:05 +02:00
parent b0c5db6756
commit dc9d219f3e
No known key found for this signature in database
GPG key ID: D918033D8E74CC11
2 changed files with 1 additions and 8 deletions

View file

@ -19,12 +19,6 @@
"~/*": ["./*"]
}
},
"include": [
"src/**/*",
"../../client/src/components/Input/ModelSelect/SelectDropDownPop.tsx",
"../../client/src/components/UI-Components/TermsAndConditionsModal.tsx",
"../../client/src/components/Input/ModelSelect/MultiSelectPop.tsx",
"../../client/src/components/Input/ModelSelect/MultiSelectDropDown.tsx"
],
"include": ["src/**/*"],
"exclude": ["dist", "node_modules"]
}