@vft/tsconfig
v0.0.13
Published
A base TSConfig for working with Vue.js
Downloads
86
Readme
@vft/tsconfig
English | 中文
TSConfigs for Vue projects to extend.
Requires TypeScript >= 5.0
Install:
npm add -D @vft/tsconfig
# or
pnpm add -D @vft/tsconfig
Add one of the available configurations to your tsconfig.json
:
The base configuration (runtime-agnostic):
{
"extends": "@vft/tsconfig/tsconfig.json"
}
Configuration for Browser environment:
{
"extends": "@vft/tsconfig/tsconfig.web.json"
}
Configuration for Node environment:
{
"extends": "@vft/tsconfig/tsconfig.node.json"
}