Skip to content

Commit 8bcdaae

Browse files
committed
chore: silence baseUrl deprecation warning for TypeScript 7.0
1 parent a86e60f commit 8bcdaae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"ignoreDeprecations": "5.0",
34
"target": "ES2022",
45
"module": "CommonJS",
56
"moduleResolution": "node",

0 commit comments

Comments
 (0)