Skip to content

Commit 5edad1d

Browse files
committed
Add skipLibCheck
1 parent 7cbcb6d commit 5edad1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/tsconfig.production.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"noEmitHelpers": true,
2222
"importHelpers": true,
2323
"resolveJsonModule": true,
24-
"sourceRoot": "/"
24+
"sourceRoot": "/",
25+
"skipLibCheck": true
2526
},
2627
"include": [".", "./bin/**/*"],
2728
"exclude": ["node_modules", "__mocks__", "dist"]

0 commit comments

Comments
 (0)