3.0.3 • Published 6 months ago

@yiliang114/tsconfig v3.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@yiliang114/tsconfig

Add the package to your "devDependencies":

npm install --save-dev @yiliang114/tsconfig
yarn add --dev @yiliang114/tsconfig

Add to your tsconfig.json:

"extends": "@yiliang114/tsconfig",

The tsconfig.json:

{
  "extends": "@yiliang114/tsconfig",
  "compilerOptions": {
    "baseUrl": ".",
    "outDir": "./dist"
  },
  "include": ["src"],
  "exclude": ["node_modules"]
}
2.0.3

10 months ago

3.0.3

6 months ago

2.0.4

10 months ago

1.1.1

1 year ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago