学习?学个屁 06c63c15cc 初始化提交 пре 10 месеци
..
README.md 06c63c15cc 初始化提交 пре 10 месеци
package.json 06c63c15cc 初始化提交 пре 10 месеци
tsconfig.json 06c63c15cc 初始化提交 пре 10 месеци
tsconfig.node.json 06c63c15cc 初始化提交 пре 10 месеци
tsconfig.web.json 06c63c15cc 初始化提交 пре 10 месеци

README.md

@vue/tsconfig

TSConfigs for Vue projects to extend.

Requires TypeScript >= 4.5.

Install:

npm add -D @vue/tsconfig

Add one of the available configurations to your tsconfig.json:

The base configuration (runtime-agnostic):

"extends": "@vue/tsconfig/tsconfig.json"

Configuration for Browser environment:

"extends": "@vue/tsconfig/tsconfig.web.json"

Configuration for Node environment:

"extends": "@vue/tsconfig/tsconfig.node.json"