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.
- Host: GitHub
- URL: https://github.com/hypernym-studio/tsconfig
- Owner: hypernym-studio
- License: mit
- Created: 2023-09-18T11:47:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-28T09:44:50.000Z (3 months ago)
- Last Synced: 2026-02-28T14:49:32.593Z (3 months ago)
- Topics: config, configuration, esm, presets, shareable, ts, tsconfig, typescript
- Homepage:
- Size: 70.3 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
@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.