@mfx-js/tsconfig
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

TSConfig

Install

  • yarn add @mfx-js/tsconfig -D

Config

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

Readme

Keywords

none

Package Sidebar

Install

npm i @mfx-js/tsconfig

Weekly Downloads

0

Version

1.2.0

License

MIT

Unpacked Size

2.92 kB

Total Files

4

Last publish

Collaborators

  • zhouxingbang