0.0.6 • Published 10 months ago

@mogeko/tsconfig v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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.

0.0.5

10 months ago

0.0.6

10 months ago

0.0.4

1 year ago

0.0.3

1 year ago