mirror of https://github.com/vuejs/core.git
style: format tsconfig
This commit is contained in:
parent
736db791a4
commit
15e0419106
|
@ -25,8 +25,8 @@
|
|||
"@vue/compat": ["packages/vue-compat/src"],
|
||||
"@vue/vapor": ["packages/vue-vapor/src"],
|
||||
"@vue/*": ["packages/*/src"],
|
||||
"vue": ["packages/vue/src"]
|
||||
}
|
||||
"vue": ["packages/vue/src"],
|
||||
},
|
||||
},
|
||||
"include": [
|
||||
"packages/global.d.ts",
|
||||
|
@ -37,6 +37,6 @@
|
|||
"packages/vue/jsx-runtime",
|
||||
"scripts/*",
|
||||
"rollup.*.js",
|
||||
"playground"
|
||||
]
|
||||
"playground",
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue