5.0.1 • Published 9 months ago
@alanscodelog/tsconfigs v5.0.1
Install
My typescript configs.
yarn add -D @alanscodelog/tsconfigs \
&& ./node_modules/@alanscodelog/tsconfigs/install.sh
Note: 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.json
or copy this to tsconfig.json
.
For generating types:
cp ./node_modules/@alanscodelog/tsconfigs/copy/tsconfig.types.json tsconfig.types.json
or copy this to tsconfig.types.json
.
Then add a script to the package.json
:
"scripts": {
"build:types": "tsc -p tsconfig.types.json --emitDeclarationOnly",
}
This requires installing tsc-alias.
5.0.1
9 months ago
5.0.0
9 months ago
3.3.0
1 year ago
4.0.1
1 year ago
4.0.0
1 year ago
3.2.0
2 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
5 years ago
2.1.0
5 years ago
2.0.1
5 years ago
2.0.0
5 years ago
1.0.0
5 years ago