Skip to content

Commit

Permalink
Workspace to fix tsdx import issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed May 28, 2020
1 parent 36e2328 commit f2c27ea
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions plans.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"folders": [
{
"path": "."
},
{
"path": "frontend"
},
{
"path": "packages/plans"
}
],
"settings": {
"typescript.preferences.importModuleSpecifier": "relative"
}
}

0 comments on commit f2c27ea

Please sign in to comment.