chore: fixes module pathing

This commit is contained in:
2026-04-23 23:56:52 -03:00
parent a60e686407
commit 1c75030ef4
15 changed files with 80 additions and 77 deletions

View File

@@ -19,8 +19,9 @@
"paths": {
"@/*": ["./src/*"],
"~/*": ["./*"]
}
},
"typeRoots": ["node_modules/@types", "src"]
},
"include": ["src/*.ts", "src/**/*.ts"],
"include": ["src/global.d.ts", "src/*.ts", "src/**/*.ts"],
"exclude": ["node_modules", "dist"]
}