Skip to content

Commit

Permalink
NEXT-33446 - skip checking the types in the node_modules folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Haberkamp committed Feb 8, 2024
1 parent 02ccf67 commit 098562e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/admin-sdk/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"target": "ES2015",
"useDefineForClassFields": true,
"module": "ES2020",
"skipLibCheck": true,
"lib": ["ESNext", "DOM"],
"moduleResolution": "Node",
"strict": true,
Expand All @@ -16,5 +17,6 @@
"declaration": true,
"allowJs": true
},
"include": ["src"]
"include": ["src"],
"exclude": ["node_modules"]
}

0 comments on commit 098562e

Please sign in to comment.