Skip to content

Commit

Permalink
chore: update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed May 9, 2021
1 parent a9abb0b commit 3236945
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 53 deletions.
3 changes: 1 addition & 2 deletions packages/decorator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
],
"files": [
"dist/**/*.js",
"dist/**/*.d.ts",
"version.json"
"dist/**/*.d.ts"
],
"engines": {
"node": ">= 10.0.0"
Expand Down
31 changes: 0 additions & 31 deletions packages/decorator/version.json

This file was deleted.

3 changes: 1 addition & 2 deletions packages/grpc/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"compileOnSave": true,
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"jsx": "react"
"outDir": "dist"
},
"include": [
"./src/**/*.ts"
Expand Down
20 changes: 6 additions & 14 deletions packages/midway-schedule/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
{
"extends": "../../tsconfig.json",
"compileOnSave": true,
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"moduleResolution": "node",
"experimentalDecorators": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"stripInternal": true,
"pretty": true,
"declaration": true,
"sourceMap": true
"rootDir": "src",
"outDir": "dist"
},
"exclude": [
"dist",
"node_modules",
"test"
"include": [
"./src/**/*.ts"
]
}
3 changes: 1 addition & 2 deletions packages/web-express/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"compileOnSave": true,
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"jsx": "react"
"outDir": "dist"
},
"include": [
"./src/**/*.ts"
Expand Down
3 changes: 1 addition & 2 deletions packages/web-koa/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"compileOnSave": true,
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"jsx": "react"
"outDir": "dist"
},
"include": [
"./src/**/*.ts"
Expand Down

0 comments on commit 3236945

Please sign in to comment.