- Notifications
You must be signed in to change notification settings - Fork0
Commitadf88dc
committed
Add 'lint' script to package.json
- 'vue-tsc' uses '--build' because we are using 'references' in tsconfig.json.- 'vue-tsc' doesn't use '--noEmit' because it is incompatible with '--build'. Instead we set 'noEmit' to 'true' in the referenced tsconfig.json files.- 'vue-tsc' uses '--force' to make check-only builds more reliable (seevuejs/create-vue#274).1 parentd5daeb8 commitadf88dc
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments
Comments
(0)