Skip to content

Commit

Permalink
Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbockhorst committed May 16, 2023
1 parent a97f5db commit d9e31a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
9 changes: 1 addition & 8 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,5 @@
"baseUrl": ".",
"typeRoots": ["./src/typings", "./node_modules/@types"]
},
"exclude": [
"node_modules",
"src/browser",
"src/index.browser.ts",
"src/node",
"src/index.ts"
],
"include": ["src"]
"exclude": ["node_modules"]
}
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"emitDecoratorMetadata": true,
"typeRoots": ["./src/typings", "./node_modules/@types"]
},
"include": ["src"],
"exclude": ["node_modules", ".vscode-test", "**/*.test.ts"]
}

0 comments on commit d9e31a2

Please sign in to comment.