@redhat-actions/tsconfig

1.2.0 • Public • Published

Redhat Actions TS Config

tsconfig

Install

npm i -D @redhat-actions/tsconfig

Then create tsconfig.json:

{
  "extends": "@redhat-actions/tsconfig",
  "compilerOptions": {
    "rootDir": "src/",
    "outDir": "out/"
  },
  "include": [
    "src/"
  ],
}

Also see our ESLint config.

Readme

Keywords

Package Sidebar

Install

npm i @redhat-actions/tsconfig

Weekly Downloads

64

Version

1.2.0

License

MIT

Unpacked Size

1.71 kB

Total Files

3

Last publish

Collaborators

  • rtaniwa
  • diagrawa
  • tetchel