Skip to content

Commit

Permalink
don't have TypeScript check code in node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcelhaney committed Sep 4, 2023
1 parent e81d32e commit 0e5ef81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -8,7 +8,8 @@
"strict": true,
"noUncheckedIndexedAccess": true,
"allowJs": true,
"outDir": "dist"
"outDir": "dist",
"skipLibCheck": true
},
"include": ["src", "demo-ts", "templates", "test"]
}

0 comments on commit 0e5ef81

Please sign in to comment.