Skip to content

Commit

Permalink
build(typescript): skip lib check
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Sep 20, 2023
1 parent 48b4529 commit 859e619
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"@angular/router": "^16.2.5",
"@types/chrome": "^0.0.246",
"@types/jasmine": "^4.3.6",
"@types/jasminewd2": "^2.0.11",
"@types/node": "^20.6.3",
"@types/nw.js": "^0.13.17",
"@typescript-eslint/eslint-plugin": "^6.7.2",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"ES2022",
"dom"
],
"typeRoots": ["./src/types"]
"typeRoots": ["./src/types"],
"skipLibCheck": true
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
Expand Down

0 comments on commit 859e619

Please sign in to comment.