feat: 👨‍💻 Aggiunto `index.d.ts` per importare una volta sola tutte le tipizzazioni "manuali"

This commit is contained in:
Maicol Battistini 2023-04-21 16:50:00 +02:00
parent 09ad915b71
commit b9ba457cd5
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

4
resources/ts/typings/index.d.ts vendored Normal file
View File

@ -0,0 +1,4 @@
import './global';
import './jsx';
import './modules';
import './request';