1.5.1 • Published 5 months ago

@zardoy/tsconfig v1.5.1

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

My TSConfig presets

Doesn't follow semver!

Default and react preset have noEmit: true, so tsc is only for type-checking. Use Vite or esbuild for the actual compiling, it would save you a lot of time.

Usage

Usage:

{
    extends: "@zardoy/tsconfig/react"
}

Available presets: react, node, node-lib.

Heads up

This project includes index.d.ts files, which globally improves typings for entries and fromEntries.

Interesting facts

You can use generics in JSX Components: <Button<number> someProp={5} />

1.5.1

5 months ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.2

3 years ago

1.2.0

3 years ago

1.2.1

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.0.1

3 years ago