6.0.1 • Published 10 months ago
@alanscodelog/tsconfigs v6.0.1
Install
My typescript configs.
yarn add -D @alanscodelog/tsconfigs \
&& ./node_modules/@alanscodelog/tsconfigs/install.shNote: The last command will overwrite tsconfig.json and tsconfig.types.json if it exists.
Manual Setup
cp ./node_modules/@alanscodelog/tsconfigs/copy/tsconfig.json tsconfig.jsonor copy this to tsconfig.json.
For generating types:
cp ./node_modules/@alanscodelog/tsconfigs/copy/tsconfig.types.json tsconfig.types.jsonor copy this to tsconfig.types.json.
Then add a script to the package.json:
"scripts": {
"build:types": "tsc -p tsconfig.types.json --emitDeclarationOnly",
}6.0.1
10 months ago
6.0.0
10 months ago
5.0.1
1 year ago
5.0.0
1 year ago
3.3.0
2 years ago
4.0.1
2 years ago
4.0.0
2 years ago
3.2.0
3 years ago
3.1.3
3 years ago
3.1.2
3 years ago
3.1.1
3 years ago
3.1.0
3 years ago
3.0.0
4 years ago
2.2.1
5 years ago
2.2.0
5 years ago
2.1.2
5 years ago
2.1.1
6 years ago
2.1.0
6 years ago
2.0.1
6 years ago
2.0.0
6 years ago
1.0.0
6 years ago