This package has been deprecated

Author message:

this package has been deprecated

@tsconfig/esm

1.0.5 • Public • Published

A base TSConfig for working with ESM.

Add the package to your "devDependencies":

npm install --save-dev @tsconfig/esm
yarn add --dev @tsconfig/esm

Add to your tsconfig.json:

"extends": "@tsconfig/esm/tsconfig.json"

The tsconfig.json:

{
  "_deprecated": true,
  "$schema": "https://json.schemastore.org/tsconfig",
  "display": "ESM",

  "compilerOptions": {
    "module": "es2022",
    "moduleResolution": "bundler",

    "verbatimModuleSyntax": true
  }
}

You can find the code here.

Readme

Keywords

Package Sidebar

Install

npm i @tsconfig/esm

Weekly Downloads

14,057

Version

1.0.5

License

MIT

Unpacked Size

2.2 kB

Total Files

4

Last publish

Collaborators

  • orta
  • typescript-deploys