hrms-manual/node_modules/@vue/tsconfig
2023-09-06 14:51:44 +07:00
..
package.json first commit 2023-09-06 14:51:44 +07:00
README.md first commit 2023-09-06 14:51:44 +07:00
tsconfig.json first commit 2023-09-06 14:51:44 +07:00
tsconfig.node.json first commit 2023-09-06 14:51:44 +07:00
tsconfig.web.json first commit 2023-09-06 14:51:44 +07:00

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