# ts-config-js
**Repository Path**: agile-development-system/ts-config-js
## Basic Information
- **Project Name**: ts-config-js
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-05-26
- **Last Updated**: 2021-08-30
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# @agds/ts-config-js
**版本** :1.0.4-1
agds系统的ts配置预设
## 快速开始
### 安装
```bash
npm i -D @agds/ts-config-js
```
### 引入
```json
// tsconfig.json
{
"extends": "@agds/ts-config-js",
"include": [
"src"
]
}
```
## 配置源码
```json
{
"compilerOptions": {
"target": "ESNext",
"module": "commonjs",
"allowJs": true,
"declaration": true,
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"moduleResolution": "node",
"experimentalDecorators": true,
"esModuleInterop": true,
"declarationDir": "lib/types",
"outDir": "lib"
}
}
```
## 许可证
[MIT License](https://gitee.com/agile-development-system/ts-config-js/blob/master/LICENSE)
Copyright (c) 2021 锦阳
## 请维护者喝杯咖啡
## 加入钉钉群讨论或加入开发
