Skip to content

Commit

Permalink
删掉tsconfig里没用的参数 watch
Browse files Browse the repository at this point in the history
  • Loading branch information
dunadain authored and whtiehack committed Mar 23, 2024
1 parent 527101a commit 514a993
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 40 deletions.
3 changes: 1 addition & 2 deletions examples/robot-sample/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"outDir": "./dist", //重定向输出目录。
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "node",
"watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。
"moduleResolution": "node"
},
"include": [
"./**/*.ts"
Expand Down
3 changes: 1 addition & 2 deletions examples/simple-example/game-server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"outDir": "./dist", //重定向输出目录。
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "node",
"watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。
"moduleResolution": "node"
},
"include": [
"./**/*.ts"
Expand Down
3 changes: 1 addition & 2 deletions examples/ssl-connector/game-server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"outDir": "./dist", //重定向输出目录。
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "node",
"watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。
"moduleResolution": "node"
},
"include": [
"./**/*.ts"
Expand Down
3 changes: 1 addition & 2 deletions examples/websocket-chat-ts-run/game-server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"outDir": "./dist", //重定向输出目录。
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "node",
"watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。
"moduleResolution": "node"
},
"include": [
"./app/**/*.ts",
Expand Down
3 changes: 1 addition & 2 deletions examples/websocket-chat/game-server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"outDir": "./dist", //重定向输出目录。
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "node",
"watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。
"moduleResolution": "node"
},
"include": [
"./**/*.ts"
Expand Down
3 changes: 1 addition & 2 deletions packages/pinus-admin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"outDir": "./dist", //重定向输出目录。
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "node",
"watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。
"moduleResolution": "node"
},
"include": [
"./**/*.ts"
Expand Down
3 changes: 1 addition & 2 deletions packages/pinus-loader/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"outDir": "./dist", //重定向输出目录。
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "node",
"watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。
"moduleResolution": "node"
},
"include": [
"./**/*.ts"
Expand Down
3 changes: 1 addition & 2 deletions packages/pinus-logger/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"outDir": "./dist", //重定向输出目录。
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "node",
"watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。
"moduleResolution": "node"
},
"include": [
"./**/*.ts"
Expand Down
3 changes: 1 addition & 2 deletions packages/pinus-monitor/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"outDir": "./dist", //重定向输出目录。
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "node",
"watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。
"moduleResolution": "node"
},
"include": [
"./**/*.ts"
Expand Down
3 changes: 1 addition & 2 deletions packages/pinus-protobuf/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"outDir": "./dist", //重定向输出目录。
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "node",
"watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。
"moduleResolution": "node"
},
"include": [
"./**/*.ts"
Expand Down
3 changes: 1 addition & 2 deletions packages/pinus-protocol/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"outDir": "./dist", //重定向输出目录。
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "node",
"watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。
"moduleResolution": "node"
},
"include": [
"./**/*.ts"
Expand Down
3 changes: 1 addition & 2 deletions packages/pinus-rpc/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"outDir": "./dist", //重定向输出目录。
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "node",
"watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。
"moduleResolution": "node"
},
"include": [
"./**/*.ts"
Expand Down
3 changes: 1 addition & 2 deletions packages/pinus-scheduler/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"outDir": "./dist", //重定向输出目录。
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "node",
"watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。
"moduleResolution": "node"
},
"include": [
"./**/*.ts"
Expand Down
3 changes: 1 addition & 2 deletions packages/pinus/template/game-server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"outDir": "./dist", //重定向输出目录。
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "node",
"watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。
"moduleResolution": "node"
},
"include": [
"./**/*.ts"
Expand Down
3 changes: 1 addition & 2 deletions packages/pinus/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"outDir": "./dist", //重定向输出目录。
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "node",
"watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。
"moduleResolution": "node"
},
"include": [
"./**/*.ts"
Expand Down
3 changes: 1 addition & 2 deletions plugins/base-gate/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"outDir":"./dist", //重定向输出目录。
"experimentalDecorators":true,
"emitDecoratorMetadata": true,
"moduleResolution": "node",
"watch":false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。
"moduleResolution": "node"
},
"include":[
"./**/*.ts"
Expand Down
3 changes: 1 addition & 2 deletions plugins/base-plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"outDir": "./dist", //重定向输出目录。
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "node",
"watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。
"moduleResolution": "node"
},
"include": [
"./**/*.ts"
Expand Down
3 changes: 1 addition & 2 deletions plugins/pinus-robot-plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"outDir": "./dist", //重定向输出目录。
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "node",
"watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。
"moduleResolution": "node"
},
"include": [
"./**/*.ts"
Expand Down
3 changes: 1 addition & 2 deletions tools/pinus-cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"outDir": "./dist", //重定向输出目录。
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "node",
"watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。
"moduleResolution": "node"
},
"include": [
"./**/*.ts"
Expand Down
3 changes: 1 addition & 2 deletions tools/pinus-robot/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"outDir": "./dist", //重定向输出目录。
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "node",
"watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。
"moduleResolution": "node"
},
"include": [
"./**/*.ts"
Expand Down

0 comments on commit 514a993

Please sign in to comment.