https://github.com/douglasneuroinformatics/tsconfig
Shared TypeScript configuration for DNP projects
https://github.com/douglasneuroinformatics/tsconfig
Last synced: about 1 year ago
JSON representation
Shared TypeScript configuration for DNP projects
- Host: GitHub
- URL: https://github.com/douglasneuroinformatics/tsconfig
- Owner: DouglasNeuroInformatics
- License: apache-2.0
- Created: 2024-07-19T15:37:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-02T20:24:35.000Z (over 1 year ago)
- Last Synced: 2025-05-02T17:05:43.072Z (about 1 year ago)
- Language: Shell
- Homepage: https://www.npmjs.com/package/@douglasneuroinformatics/tsconfig
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README


## Install
```sh
pnpm add -D @douglasneuroinformatics/tsconfig
```
## Usage
```jsonc
{
"extends": ["@douglasneuroinformatics/tsconfig"],
"compilerOptions": {
// override default compiler options as needed
}
}
```