1.0.2 • Published 12 months ago

@zotijstestingms/config-typescript v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

Config Typescript

Is a library with a common typescript configuration that can be used throughout all the projects. Inspiration: turborepo-with-vite

Usage

Common:

{
  "extends": "@zotijstestingms/config-typescript/tsconfig.base.json",
  "include": ["src"],
  "exclude": ["node_modules"]
}

For Libraries:

{
  "extends": "@zotijstestingms/config-typescript/tsconfig.lib.json",
  "include": ["src"],
  "exclude": ["node_modules"]
}
1.0.2

12 months ago