@ingridab/tsconfig

1.0.1 • Public • Published

Ingrid AB tsconfig

This is TypeScript configuration used in Ingrid AB projects. To use it you need to install it first:

npm install @ingridab/tsconfig

Then create tsconfig.json file inside your project with following contents:

{
  "extends": "@ingridab/tsconfig"
}

And your are ready to go 🚀.

If you need to override some settings:

{
  "extends": "@ingridab/tsconfig",
  "compilerOptions": {
    "paths": {
      "~src/*": ["src/*"]
    }
  }
}

Dependents (0)

Package Sidebar

Install

npm i @ingridab/tsconfig

Weekly Downloads

97

Version

1.0.1

License

MIT

Unpacked Size

8.08 kB

Total Files

5

Last publish

Collaborators

  • ingridtech
  • krzysztofzuraw