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

@ -34,7 +34,6 @@
"@types/react": "^18.0.0", "@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0", "@types/react-dom": "^18.0.0",
"rollup": "^4.0.0", "rollup": "^4.0.0",
"ts-prune": "^0.10.3",
"typescript": "^5.0.0" "typescript": "^5.0.0"
}, },
"dependencies": { "dependencies": {

View file

@ -19,12 +19,6 @@
"~/*": ["./*"] "~/*": ["./*"]
} }
}, },
"include": [ "include": ["src/**/*"],
"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"
],
"exclude": ["dist", "node_modules"] "exclude": ["dist", "node_modules"]
} }