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

https://github.com/sveltek/tsconfig

Sveltek's config for TypeScript.
https://github.com/sveltek/tsconfig

config configuration presets shareable svelte sveltek sveltekit ts tsconfig typescript

Last synced: 3 months ago
JSON representation

Sveltek's config for TypeScript.

Awesome Lists containing this project

README

          

@sveltek/tsconfig

Sveltek's config for TypeScript.


## Installation

```sh
pnpm add -D @sveltek/tsconfig
```

## Usage

```ts
// tsconfig.json

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

## Custom Setup

```ts
// tsconfig.json

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

## License

Developed in 🇭🇷 Croatia, © Sveltek.

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