chore: remove baseUrl deprecated do tsconfig.json
Remove a opção baseUrl que está obsoleta no TypeScript 5.0+. Os paths @/* e @shared/* continuam funcionando normalmente com moduleResolution: bundler.
This commit is contained in:
parent
b037512250
commit
6bd0ea6d4f
|
|
@ -13,7 +13,6 @@
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"allowImportingTsExtensions": true,
|
"allowImportingTsExtensions": true,
|
||||||
"moduleResolution": "bundler",
|
"moduleResolution": "bundler",
|
||||||
"baseUrl": ".",
|
|
||||||
"types": ["node", "vite/client"],
|
"types": ["node", "vite/client"],
|
||||||
"paths": {
|
"paths": {
|
||||||
"@/*": ["./client/src/*"],
|
"@/*": ["./client/src/*"],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue