@motato/vue-tsconfig

0.0.5 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @motato/vue-tsconfig

Weekly Downloads

0

Version

0.0.5

License

ISC

Unpacked Size

15.3 kB

Total Files

6

Last publish

Collaborators

  • luffy0520