@mogeko/tsconfig

0.0.6 • Public • Published

tsconfig

This package provides tsconfig.json files for sharing.

default.tsconfig.json

{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "@tsconfig/strictest/tsconfig.json",
  "compilerOptions": {
    "target": "ESNext",
    "module": "ESNext",
    "moduleResolution": "Bundler",
    "allowJs": true,
    "verbatimModuleSyntax": true,
    "noEmit": true
  }
}

License

The code in this package under the MIT License.

Readme

Keywords

Package Sidebar

Install

npm i @mogeko/tsconfig

Weekly Downloads

22

Version

0.0.6

License

MIT

Unpacked Size

4.19 kB

Total Files

5

Last publish

Collaborators

  • mogeko