Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
Fix: Issue #38 (Merge pull request #39 from Knivstakocken/patch-1)
Browse files Browse the repository at this point in the history
Update tsconfig.json to automatically include 
Fixes Issue #38
  • Loading branch information
outofmemoryagain authored Oct 18, 2019
2 parents 694023d + 80a1073 commit 047da16
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion extension/src/templates/base/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"experimentalDecorators": true,
"module": "esnext",
"moduleResolution": "node",
"baseUrl": "."
"baseUrl": ".",
"types": [
"quasar"
]
},
"exclude": ["node_modules"]
}

0 comments on commit 047da16

Please sign in to comment.