@redhat-actions/tsconfig

TS config for Node 12 Red Hat GitHub Actions

Usage no npm install needed!

<script type="module">
  import redhatActionsTsconfig from 'https://cdn.skypack.dev/@redhat-actions/tsconfig';
</script>

README

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.