Skip to content

Commit c4d47f0

Browse files
committed
lint: skip linting the node library modules
1 parent d809675 commit c4d47f0

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
@@ -7,6 +7,7 @@
77
"outDir": "dist",
88
"sourceMap": true,
99
"lib": ["ES2021"],
10+
"skipLibCheck": true
1011
},
11-
"exclude": ["**/workspace/*"]
12+
"exclude": ["**/workspace/*", ""]
1213
}

0 commit comments

Comments
 (0)