Skip to content

Commit

Permalink
fix: tsconfig config for vue-tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Apr 13, 2022
1 parent 57ca82d commit f0cd276
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
"esnext.asynciterable",
"dom"
],
"outDir": "./dist",
"outDir": "./types",
"rootDir": "./src",
"esModuleInterop": true,
"allowJs": true,
"sourceMap": true,
"strict": true,
"noEmit": true,
"noEmit": false,
"resolveJsonModule": true,
"experimentalDecorators": true,
"baseUrl": ".",
Expand All @@ -32,9 +33,6 @@
},
"include": [
"src",
"build",
"shims",
"types"
],
"exclude": [
"node_modules",
Expand Down

0 comments on commit f0cd276

Please sign in to comment.