fix: remove deprecated baseUrl/paths from tsconfig (TS7 compat)
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 12s
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 12s
This commit is contained in:
parent
44deb66cb7
commit
8107dab15e
@ -4,8 +4,6 @@
|
|||||||
"target": "es2023",
|
"target": "es2023",
|
||||||
"lib": ["ES2023", "DOM", "DOM.Iterable"],
|
"lib": ["ES2023", "DOM", "DOM.Iterable"],
|
||||||
"module": "esnext",
|
"module": "esnext",
|
||||||
"baseUrl": ".",
|
|
||||||
"paths": { "@/*": ["src/*"] },
|
|
||||||
"types": ["vite/client"],
|
"types": ["vite/client"],
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user