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

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
christher-lenander authored Oct 18, 2019
1 parent 694023d commit 80a1073
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 80a1073

Please sign in to comment.