0.0.7 • Published 2 years ago
@quiteer/ts-config v0.0.7
@quiteer/ts-config
TSConfigs for Vue projects to extend.
Requires TypeScript >= 4.5.
Install:
npm add -D @quiteer/ts-config
Add one of the available configurations to your tsconfig.json
:
The base configuration (runtime-agnostic):
"extends" : "@quiteer/ts-config/tsconfig.json"
Configuration for Browser environment:
"extends": "@quiteer/ts-config/tsconfig.web.json"
Configuration for Node environment:
"extends": "@quiteer/ts-config/tsconfig.node.json"