1.0.1 • Published 1 year ago

@cloud-cli/typescript-config v1.0.1

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

Shared TS configuration for libraries

Usage:

npm i -D @cloud-cli/typescript-config

tsconfig.json:

{
  "extends": "@cloud-cli/typescript-config",
  "compilerOptions": {
    "outDir": "./dist"
  },
  "include": ["./src/**/*.ts"]
}
1.0.1

1 year ago

1.0.0

1 year ago