Archived
tsconfig: drop baseUrl, which TypeScript 7 removed
build-and-publish / build (push) Successful in 1m11s
build-and-publish / build (push) Successful in 1m11s
TS7 errors with 'Option baseUrl has been removed'. The paths mapping already points at ./src/*, which resolves relative to this file without it, and TS 5.9 accepts the same config — so this lands safely ahead of the TypeScript 7 bump. Co-Authored-By: Claude Opus 4.8 <[email protected]> Claude-Session: https://claude.ai/code/session_01XXKjx7FNyRVAjU8dgB5KhN
This commit is contained in:
@@ -11,7 +11,6 @@
|
|||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"isolatedModules": true,
|
"isolatedModules": true,
|
||||||
"baseUrl": ".",
|
|
||||||
"paths": { "@/*": ["./src/*"] }
|
"paths": { "@/*": ["./src/*"] }
|
||||||
},
|
},
|
||||||
"include": ["src", "vite.config.ts"]
|
"include": ["src", "vite.config.ts"]
|
||||||
|
|||||||
Reference in New Issue
Block a user