@getjerry/tsconfig
v0.21.0
Published
```bash pnpm i -D typescript @getjerry/tsconfig ```
Downloads
1,008
Keywords
Readme
@getjerry/tsconfig
Usage
Install
pnpm i -D typescript @getjerry/tsconfigCreate config file
- Set
extendsto@getjerry/tsconfig/base.jsonfor base config. - Override
compilerOptionsas you need. See Node Target Mapping for reference.
// tsconfig.json
{
"extends": "@getjerry/tsconfig/base.json",
"compilerOptions": {
"lib": ["ES2022"],
"module": "ES2022",
"moduleResolution": "Bundler",
"target": "ES2022",
},
}