1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-24 07:17:55 +01:00

perf: 🔧 Migliorata configurazione TypeScript

This commit is contained in:
Maicol Battistini 2022-01-10 17:18:58 +01:00
parent ef49c30740
commit ef49a71a96
No known key found for this signature in database
GPG Key ID: 4FDB0F87CDB1D34A

View File

@ -16,13 +16,13 @@
"dom.iterable"
],
"types": [
"vite/client",
"vite-plugin-pwa/client"
],
"baseUrl": "."
},
"exclude": ["**/node_modules", "**/.*/"],
"include": [
"resources/js/*",
"resources/js/**/*",
"vite.config.ts"
]
}