Skip to content
forked from vuejs/tsconfig

Base tsconfig for Vue 3 projects.

Notifications You must be signed in to change notification settings

neatcoding/tsconfig

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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"

About

Base tsconfig for Vue 3 projects.

Resources

Stars

Watchers

Forks

Packages

No packages published