Move payload types to within payload
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
tobias 2024-05-22 09:21:31 +02:00
parent b85c62f3fc
commit 0bb0644b55
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"outDir": "./dist",
"paths": {
"@/*": ["./src/*", "./dist/*", "./dist/src/*"],
"@/types/*": ["../*"]
"@/types/*": ["./types/*"]
},
"jsx": "react"
},