0.3.0 • Published 3 years ago

@flitz/tsconfig v0.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

tsconfig

npm

Shared TypeScript config files for flitz projects.

Install

$ npm install --save-dev @flitz/tsconfig

Usage

tsconfig.json

{
  "extends": "@flitz/tsconfig",
  "compilerOptions": {
    "outDir": "lib",
    "rootDir": "src"
  },
  "exclude": [
    "node_modules",
    "./src/sandbox"
  ]
}

License

MIT © Marcel Kloubert