app php01 790c53caa0 最后一版uniaiim 10 bulan lalu
..
README.md 790c53caa0 最后一版uniaiim 10 bulan lalu
package.json 790c53caa0 最后一版uniaiim 10 bulan lalu
tsconfig.json 790c53caa0 最后一版uniaiim 10 bulan lalu
tsconfig.node.json 790c53caa0 最后一版uniaiim 10 bulan lalu
tsconfig.web.json 790c53caa0 最后一版uniaiim 10 bulan lalu

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"