Skip to content

Commit 267bfb0

Browse files
committed
update config files to ignore node_modules for tsc and eslint
1 parent 2089f35 commit 267bfb0

File tree

4 files changed

+7
-9541
lines changed

4 files changed

+7
-9541
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
renderedTemplates
22
dist/**/*.ts
3+
node_modules

base.tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"noErrorTruncation": true,
1717
"noImplicitReturns": true,
1818
"noImplicitThis": true,
19-
"preserveConstEnums": true
19+
"preserveConstEnums": true,
20+
"skipLibCheck": true
2021
}
2122
}

0 commit comments

Comments
 (0)