0.0.7 • Published 2 years ago

@quiteer/ts-config v0.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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

2 years ago

0.0.6

2 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago