@getjerry/tsconfig

0.9.0 • Public • Published

@getjerry/tsconfig

Usage

Install

pnpm i -D typescript @getjerry/tsconfig

Create config file

  • Set extends to @getjerry/tsconfig/base.json for base config.
  • Override compilerOptions as you need. See Node Target Mapping for reference.
// tsconfig.json
{
  "extends": "@getjerry/tsconfig/base.json",
  "compilerOptions": {
    "lib": ["ES2022"],
    "module": "ES2022",
    "moduleResolution": "Bundler",
    "target": "ES2022",
  },
}

Readme

Keywords

none

Package Sidebar

Install

npm i @getjerry/tsconfig

Weekly Downloads

588

Version

0.9.0

License

none

Unpacked Size

1.99 kB

Total Files

3

Last publish

Collaborators

  • meteorlxy
  • xinzhe.zhou
  • xahhy
  • depeng_meng
  • musawir
  • denisgrankin
  • zhangciwu
  • xiazhen