Skip to content

Commit

Permalink
feat(ts-config): add the package for tsconfig.json is named ts-config
Browse files Browse the repository at this point in the history
  • Loading branch information
trylovetom committed Feb 23, 2020
1 parent 0c40fe3 commit 608ff4e
Show file tree
Hide file tree
Showing 7 changed files with 727 additions and 24 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.json

This file was deleted.

674 changes: 674 additions & 0 deletions packages/TSConfig/LICENSE

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions packages/TSConfig/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ESLintConfig
> The TS Config Be Used For AllJointNext
## Usage
1. Installation
```sh
yarn add @alljoint-next/ts-config --dev
```

2. Setup Configuration
```sh
```
21 changes: 21 additions & 0 deletions packages/TSConfig/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "@alljoint-next/ts-config",
"version": "0.0.0",
"description": "The TSLint Config Be Used For AllJointNext",
"author": "TZU-YEN, CHANG <[email protected]>",
"license": "GPL-3.0",
"main": "tsconfig.json",
"files": [
"tsconfig.json"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AllJointTW/AllJointNext.git"
},
"scripts": {
"lint": ":"
}
}
20 changes: 20 additions & 0 deletions packages/TSConfig/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"compilerOptions": {
"outDir": "dist",
"baseUrl": ".",
"module": "commonjs",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "ES2017",
"sourceMap": true,
"incremental": true,
"allowJs": true,
"checkJs": true,
"resolveJsonModule": true
},
"include": ["src"],
"exclude": ["node_modules", "dist", "public"]
}
5 changes: 0 additions & 5 deletions tsconfig.build.json

This file was deleted.

15 changes: 0 additions & 15 deletions tsconfig.json

This file was deleted.

0 comments on commit 608ff4e

Please sign in to comment.