Skip to content

Commit 556ef5f

Browse files
fix: add ignoreDeprecations for baseUrl in tsconfig
1 parent d422672 commit 556ef5f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"ignoreDeprecations": "5.0",
34
"target": "ES2020",
45
"module": "commonjs",
56
"lib": ["ES2020"],
@@ -25,4 +26,4 @@
2526
},
2627
"include": ["src/**/*", "tests/**/*", "config/**/*"],
2728
"exclude": ["node_modules", "dist", "reports"]
28-
}
29+
}

0 commit comments

Comments
 (0)