Skip to content

Commit 7b33cbc

Browse files
committed
Build fix
1 parent 0e84967 commit 7b33cbc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/backend/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
4+
"ignoreDeprecations": "6.0",
45
"module": "NodeNext",
56
"moduleResolution": "NodeNext",
67
"outDir": "dist",

packages/script/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
4+
"ignoreDeprecations": "6.0",
45
"moduleResolution": "NodeNext",
56
"module": "NodeNext"
67
}

0 commit comments

Comments
 (0)