1.1.0 • Published 3 years ago
@axah/tsconfig v1.1.0
@axah/tsconfig
Shared TypeScript config for @axah projects
Install
$ pnpm add --save-dev @axah/tsconfigUsage
tsconfig.json
{
"extends": "@axah/tsconfig/tsconfig.json",
"compilerOptions": {
"outDir": "lib",
"rootDir": "."
}
}When you are targeting a higher version of Node.js, check the relevant ECMAScript version and add it as target:
{
"extends": "@axah/tsconfig/tsconfig.json",
"compilerOptions": {
"outDir": "lib",
"target": "ES2021"
}
}1.1.0
3 years ago
0.0.0-20230216122210
3 years ago
1.0.1
4 years ago
0.0.0-20220509214139
4 years ago
0.0.0-20220509212244
4 years ago
0.0.0-20220509210305
4 years ago
1.0.3
4 years ago
0.0.0-20220509213459
4 years ago
1.0.0
4 years ago
0.0.1
4 years ago