https://github.com/mann-conomy/tsconfig
A sharable TypeScript config for the Mann-Conomy Project.
https://github.com/mann-conomy/tsconfig
config json mann-conomy nodejs tsconfig typescript
Last synced: about 2 months ago
JSON representation
A sharable TypeScript config for the Mann-Conomy Project.
- Host: GitHub
- URL: https://github.com/mann-conomy/tsconfig
- Owner: Mann-Conomy
- License: mit
- Created: 2024-05-25T18:21:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-31T16:19:23.000Z (10 months ago)
- Last Synced: 2025-03-16T01:41:33.453Z (3 months ago)
- Topics: config, json, mann-conomy, nodejs, tsconfig, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@mann-conomy/tsconfig
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ts-config
A sharable TypeScript config for the Mann-Conomy Project.
[](https://npmjs.com/package/@mann-conomy/tsconfig)
[](https://npmjs.com/package/@mann-conomy/tsconfig)
[](https://nodejs.org/en/about/releases/)
[](https://github.com/Mann-Conomy/tsconfig/blob/main/.github/workflows/test.yml)
[](https://github.com/Mann-Conomy/tsconfig/blob/main/LICENSE)## Installation
Using [npm](https://www.npmjs.com/package/@mann-conomy/tsconfig):
```bash
$ npm install --save-dev @mann-conomy/tsconfig
```Using [yarn](https://yarnpkg.com/package/@mann-conomy/tsconfig):
```bash
$ yarn add --dev @mann-conomy/tsconfig
```## Usage
```json
{
"extends": "@mann-conomy/tsconfig",
"compilerOptions": {
"outDir": "dist"
}
}
```When targeting a [higher version of Node.js](https://nodejs.org/en/about/previous-releases), you can override the target with the corresponding [ECMAScript version](https://webreference.com/javascript/basics/versions/).
```json
{
"extends": "@mann-conomy/tsconfig",
"compilerOptions": {
"outDir": "dist",
"target": "ES2022"
}
}
```For reference, you can find the complete [tsconfig here](https://github.com/Mann-Conomy/tsconfig/blob/main/tsconfig.json).
## License
[MIT](LICENSE)
Copyright 2024, The Mann-Conomy Project