1.0.0 • Published 3 years ago

@mfx0/tsconfig v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

TSConfig

Install

  • yarn add @mfx0/tsconfig -D

Config

  • tsconfig.json
module.exports = {
  "extends": "@mfx0/tsconfig",
  "compilerOptions": {
    "types": ["node", "react", "@mfx0/tsconfig"],
    "rootDir": ".",
    "baseUrl": ".",
    "paths": {
      "src/*": ["src/*"]
    },
  }
}
1.0.0

3 years ago