1.0.1 • Published 5 years ago

@ingridab/tsconfig v1.0.1

Weekly downloads
36
License
MIT
Repository
github
Last release
5 years ago

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/*"]
    }
  }
}
1.0.1

5 years ago

1.0.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago