Skip to content

Commit 91bdc9b

Browse files
committed
Small fixes to tsconfig.json
1 parent e1935ae commit 91bdc9b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tsconfig.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@
22
"include": [
33
"./src/**/*"
44
],
5+
"exclude": [
6+
"./dist/**/*"
7+
],
58
"compilerOptions": {
69
"baseUrl": ".",
710
"paths": {
811
"@/*": [
912
"src/*"
1013
]
1114
},
15+
"outDir": "./dist",
1216
"allowJs": true
17+
},
18+
"vueCompilerOptions": {
19+
"target": 2.7
1320
}
1421
}

0 commit comments

Comments
 (0)