@thundercraft5/tsconfig

2.0.0 • Public • Published

Created: 20[[24-04-13]]T10:17 Edited: 2024-10-29T17:32

tsconfig

TSConfigs for myself.

List of configurations:

  • NodeJS
    • node10 (CommonJS)
    • node12 (ESM, ES2019)
    • node14 (ESM, ES2020)
    • node16 (ESM, ES2021)
    • node17 (ESM, ES2022)
    • node18 (ESM, ESNext)
      • node18-decl (ESM, ESNext, emits declarations only to ./dist)
      • node18-build (ESM, ESNext, emits declarations & js to ./dist)
  • Browser (All AMD)
    • browser
    • browser-es5 (ES5)
    • browser-es6 (ES6)
    • browser-esnext (ESNext)
  • base (Base configuration for all others)
  • esm (Base configuration for ESM-based configurations)
  • esm-node (Same as esm, but for NodeJS)

Readme

Keywords

none

Package Sidebar

Install

npm i @thundercraft5/tsconfig

Weekly Downloads

10

Version

2.0.0

License

MIT

Unpacked Size

7.25 kB

Total Files

19

Last publish

Collaborators

  • thundercraft5