1.0.11 • Published 12 days ago

@tsconfig/deno v1.0.11

Weekly downloads
59
License
MIT
Repository
github
Last release
12 days ago

A base TSConfig for working with Deno.

Add the package to your "devDependencies":

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

Add to your tsconfig.json:

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

The tsconfig.json:

{
  // This is based on https://deno.land/manual/getting_started/typescript#custom-typescript-compiler-options
  // then the defaults are removed.

  "$schema": "https://json.schemastore.org/tsconfig",

  "compilerOptions": {
    "jsx": "react",
    "lib": [],
    "resolveJsonModule": true,
    "strict": true
  }
}

You can find the code here.

1.0.11

12 days ago

1.0.10

2 months ago

1.0.9

9 months ago

1.0.8

10 months ago

1.0.7

1 year ago

1.0.6

2 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago