style: format tsconfig

This commit is contained in:
三咲智子 Kevin Deng 2024-01-19 16:38:00 +08:00
parent 736db791a4
commit 15e0419106
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
1 changed files with 4 additions and 4 deletions

View File

@ -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",
],
}