Skip to content

Commit

Permalink
update package references in tsconfig (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-b-r-o-w-n authored Jan 24, 2019
1 parent 56f9cd5 commit f6de7a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/app/client/.eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
**/*.scss.d.ts
src/coverage
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"skipLibCheck": true,
"declaration": true,
"paths": {
"@bfemulator/sdk-shared": ["./packages/sdk/shared/build/dist"],
"@bfemulator/sdk-main": ["./packages/sdk/main/build/dist"]
"@bfemulator/sdk-shared": ["./packages/sdk/shared/build"],
"@bfemulator/sdk-main": ["./packages/sdk/main/build"]
},
"types": ["react", "react-dom", "node", "jest"]
},
Expand Down

0 comments on commit f6de7a1

Please sign in to comment.