Skip to content

Commit

Permalink
chore(ts): exclude lib
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Aug 26, 2020
1 parent 7613f4b commit 3aa8bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@
"skipLibCheck": true /* Skip type checking of declaration files. */,
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
},
"exclude": ["src/tests"]
"exclude": ["src/tests", "lib"]
}

0 comments on commit 3aa8bbf

Please sign in to comment.