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.
- Host: GitHub
- URL: https://github.com/sveltek/tsconfig
- Owner: sveltek
- License: mit
- Created: 2025-03-25T15:09:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-16T11:09:16.000Z (5 months ago)
- Last Synced: 2026-01-17T00:38:30.501Z (5 months ago)
- Topics: config, configuration, presets, shareable, svelte, sveltek, sveltekit, ts, tsconfig, typescript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Codeowners: .github/codeowners
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.