An open API service indexing awesome lists of open source software.

https://github.com/hypernym-studio/tsconfig

Hypernym's internal config for TypeScript.
https://github.com/hypernym-studio/tsconfig

config configuration esm presets shareable ts tsconfig typescript

Last synced: about 2 months ago
JSON representation

Hypernym's internal config for TypeScript.

Awesome Lists containing this project

README

          

@hypernym/tsconfig

Hypernym's internal config for TypeScript.


Repository
|
Package
|
Releases
|
Discussions


pnpm add -D @hypernym/tsconfig


## Usage

```js
// tsconfig.json

{
"extends": "@hypernym/tsconfig"
}
```

## Custom Setup

```ts
// tsconfig.json

{
"extends": "@hypernym/tsconfig",
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@": ["./src"],
"@/*": ["./src/*"]
}
}
}
```

## License

Developed in 🇭🇷 Croatia, © Hypernym Studio.

Released under the [MIT](LICENSE.txt) license.