Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
fix: fix api-extractor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
justinemmanuelmercado committed Aug 13, 2020
1 parent 5005519 commit b825f6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .vscode/settings.json
Expand Up @@ -20,9 +20,7 @@
"node_modules": true,
"package-lock.json": true,
"release.config.js": true,
"renovate.json": true,
"tsconfig.build.json": true,
"tsconfig.json": true,
"renovate.json": true
},
"search.exclude": {
"lib/**": true,
Expand Down
1 change: 1 addition & 0 deletions tsconfig.build.json
Expand Up @@ -5,6 +5,7 @@
"target": "es2019"
},
"exclude": [
"utils/**/*",
"src/**.test.ts",
"examples/*",
"test/**",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
@@ -1,6 +1,7 @@
{
"extends": "tsconfigs/nodejs-module",
"include": [
"utils/**/*",
"src/**/*.ts",
"examples/**/*.ts",
"test/**/*.ts"
Expand Down

0 comments on commit b825f6d

Please sign in to comment.