https://github.com/ganchrowscientific/gs-typescript-config
A typescript configuration that can be shared across projects.
https://github.com/ganchrowscientific/gs-typescript-config
configuration typescript-compiler
Last synced: 10 months ago
JSON representation
A typescript configuration that can be shared across projects.
- Host: GitHub
- URL: https://github.com/ganchrowscientific/gs-typescript-config
- Owner: GanchrowScientific
- License: mit
- Created: 2017-08-13T03:59:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T14:16:51.000Z (almost 3 years ago)
- Last Synced: 2025-02-12T06:11:46.176Z (10 months ago)
- Topics: configuration, typescript-compiler
- Language: Shell
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A typescript configuration that can be shared across projects.
# Installation
npm install -D gs-typescript-config
# Usage
In your `tsconfig.conf` file, add the following entry:
{
"extends": "./node_modules/gs-typescript-config/tsconfig.json",
...
}
You can override any option provided by gs-typescript-config by explicitly specifying it in the `tsconfig.conf`.