Skip to content

Commit 2f77bfa

Browse files
committed
turn on skipLibCheck
1 parent 6b0295a commit 2f77bfa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"paths": {
1414
"anchor-bankrun": ["./"]
1515
},
16-
"resolveJsonModule": true
16+
"resolveJsonModule": true,
17+
"skipLibCheck": true
1718
},
1819
"include": ["./src/**/*"]
1920
}

0 commit comments

Comments
 (0)