diff --git a/examples/robot-sample/tsconfig.json b/examples/robot-sample/tsconfig.json index 4f08b2f3f..ebc828ea4 100644 --- a/examples/robot-sample/tsconfig.json +++ b/examples/robot-sample/tsconfig.json @@ -21,8 +21,7 @@ "outDir": "./dist", //重定向输出目录。 "experimentalDecorators": true, "emitDecoratorMetadata": true, - "moduleResolution": "node", - "watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。 + "moduleResolution": "node" }, "include": [ "./**/*.ts" diff --git a/examples/simple-example/game-server/tsconfig.json b/examples/simple-example/game-server/tsconfig.json index d1d411749..397d8a222 100644 --- a/examples/simple-example/game-server/tsconfig.json +++ b/examples/simple-example/game-server/tsconfig.json @@ -22,8 +22,7 @@ "outDir": "./dist", //重定向输出目录。 "experimentalDecorators": true, "emitDecoratorMetadata": true, - "moduleResolution": "node", - "watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。 + "moduleResolution": "node" }, "include": [ "./**/*.ts" diff --git a/examples/ssl-connector/game-server/tsconfig.json b/examples/ssl-connector/game-server/tsconfig.json index 9fcb7478c..ebd59fecd 100644 --- a/examples/ssl-connector/game-server/tsconfig.json +++ b/examples/ssl-connector/game-server/tsconfig.json @@ -22,8 +22,7 @@ "outDir": "./dist", //重定向输出目录。 "experimentalDecorators": true, "emitDecoratorMetadata": true, - "moduleResolution": "node", - "watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。 + "moduleResolution": "node" }, "include": [ "./**/*.ts" diff --git a/examples/websocket-chat-ts-run/game-server/tsconfig.json b/examples/websocket-chat-ts-run/game-server/tsconfig.json index 9972bf7f1..709d53e4e 100644 --- a/examples/websocket-chat-ts-run/game-server/tsconfig.json +++ b/examples/websocket-chat-ts-run/game-server/tsconfig.json @@ -22,8 +22,7 @@ "outDir": "./dist", //重定向输出目录。 "experimentalDecorators": true, "emitDecoratorMetadata": true, - "moduleResolution": "node", - "watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。 + "moduleResolution": "node" }, "include": [ "./app/**/*.ts", diff --git a/examples/websocket-chat/game-server/tsconfig.json b/examples/websocket-chat/game-server/tsconfig.json index 73e0ade7b..59a34b211 100644 --- a/examples/websocket-chat/game-server/tsconfig.json +++ b/examples/websocket-chat/game-server/tsconfig.json @@ -22,8 +22,7 @@ "outDir": "./dist", //重定向输出目录。 "experimentalDecorators": true, "emitDecoratorMetadata": true, - "moduleResolution": "node", - "watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。 + "moduleResolution": "node" }, "include": [ "./**/*.ts" diff --git a/packages/pinus-admin/tsconfig.json b/packages/pinus-admin/tsconfig.json index fc04aac0f..eb64faf39 100644 --- a/packages/pinus-admin/tsconfig.json +++ b/packages/pinus-admin/tsconfig.json @@ -21,8 +21,7 @@ "outDir": "./dist", //重定向输出目录。 "experimentalDecorators": true, "emitDecoratorMetadata": true, - "moduleResolution": "node", - "watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。 + "moduleResolution": "node" }, "include": [ "./**/*.ts" diff --git a/packages/pinus-loader/tsconfig.json b/packages/pinus-loader/tsconfig.json index fc04aac0f..eb64faf39 100644 --- a/packages/pinus-loader/tsconfig.json +++ b/packages/pinus-loader/tsconfig.json @@ -21,8 +21,7 @@ "outDir": "./dist", //重定向输出目录。 "experimentalDecorators": true, "emitDecoratorMetadata": true, - "moduleResolution": "node", - "watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。 + "moduleResolution": "node" }, "include": [ "./**/*.ts" diff --git a/packages/pinus-logger/tsconfig.json b/packages/pinus-logger/tsconfig.json index fc04aac0f..eb64faf39 100644 --- a/packages/pinus-logger/tsconfig.json +++ b/packages/pinus-logger/tsconfig.json @@ -21,8 +21,7 @@ "outDir": "./dist", //重定向输出目录。 "experimentalDecorators": true, "emitDecoratorMetadata": true, - "moduleResolution": "node", - "watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。 + "moduleResolution": "node" }, "include": [ "./**/*.ts" diff --git a/packages/pinus-monitor/tsconfig.json b/packages/pinus-monitor/tsconfig.json index fc04aac0f..eb64faf39 100644 --- a/packages/pinus-monitor/tsconfig.json +++ b/packages/pinus-monitor/tsconfig.json @@ -21,8 +21,7 @@ "outDir": "./dist", //重定向输出目录。 "experimentalDecorators": true, "emitDecoratorMetadata": true, - "moduleResolution": "node", - "watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。 + "moduleResolution": "node" }, "include": [ "./**/*.ts" diff --git a/packages/pinus-protobuf/tsconfig.json b/packages/pinus-protobuf/tsconfig.json index 86cac4942..8685aa721 100644 --- a/packages/pinus-protobuf/tsconfig.json +++ b/packages/pinus-protobuf/tsconfig.json @@ -21,8 +21,7 @@ "outDir": "./dist", //重定向输出目录。 "experimentalDecorators": true, "emitDecoratorMetadata": true, - "moduleResolution": "node", - "watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。 + "moduleResolution": "node" }, "include": [ "./**/*.ts" diff --git a/packages/pinus-protocol/tsconfig.json b/packages/pinus-protocol/tsconfig.json index fc04aac0f..eb64faf39 100644 --- a/packages/pinus-protocol/tsconfig.json +++ b/packages/pinus-protocol/tsconfig.json @@ -21,8 +21,7 @@ "outDir": "./dist", //重定向输出目录。 "experimentalDecorators": true, "emitDecoratorMetadata": true, - "moduleResolution": "node", - "watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。 + "moduleResolution": "node" }, "include": [ "./**/*.ts" diff --git a/packages/pinus-rpc/tsconfig.json b/packages/pinus-rpc/tsconfig.json index fc04aac0f..eb64faf39 100644 --- a/packages/pinus-rpc/tsconfig.json +++ b/packages/pinus-rpc/tsconfig.json @@ -21,8 +21,7 @@ "outDir": "./dist", //重定向输出目录。 "experimentalDecorators": true, "emitDecoratorMetadata": true, - "moduleResolution": "node", - "watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。 + "moduleResolution": "node" }, "include": [ "./**/*.ts" diff --git a/packages/pinus-scheduler/tsconfig.json b/packages/pinus-scheduler/tsconfig.json index fc04aac0f..eb64faf39 100644 --- a/packages/pinus-scheduler/tsconfig.json +++ b/packages/pinus-scheduler/tsconfig.json @@ -21,8 +21,7 @@ "outDir": "./dist", //重定向输出目录。 "experimentalDecorators": true, "emitDecoratorMetadata": true, - "moduleResolution": "node", - "watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。 + "moduleResolution": "node" }, "include": [ "./**/*.ts" diff --git a/packages/pinus/template/game-server/tsconfig.json b/packages/pinus/template/game-server/tsconfig.json index 9bb11b582..a889923a6 100644 --- a/packages/pinus/template/game-server/tsconfig.json +++ b/packages/pinus/template/game-server/tsconfig.json @@ -23,8 +23,7 @@ "outDir": "./dist", //重定向输出目录。 "experimentalDecorators": true, "emitDecoratorMetadata": true, - "moduleResolution": "node", - "watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。 + "moduleResolution": "node" }, "include": [ "./**/*.ts" diff --git a/packages/pinus/tsconfig.json b/packages/pinus/tsconfig.json index 251879fcf..10fc88f22 100644 --- a/packages/pinus/tsconfig.json +++ b/packages/pinus/tsconfig.json @@ -22,8 +22,7 @@ "outDir": "./dist", //重定向输出目录。 "experimentalDecorators": true, "emitDecoratorMetadata": true, - "moduleResolution": "node", - "watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。 + "moduleResolution": "node" }, "include": [ "./**/*.ts" diff --git a/plugins/base-gate/tsconfig.json b/plugins/base-gate/tsconfig.json index 99adb2fda..18369de79 100644 --- a/plugins/base-gate/tsconfig.json +++ b/plugins/base-gate/tsconfig.json @@ -21,8 +21,7 @@ "outDir":"./dist", //重定向输出目录。 "experimentalDecorators":true, "emitDecoratorMetadata": true, - "moduleResolution": "node", - "watch":false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。 + "moduleResolution": "node" }, "include":[ "./**/*.ts" diff --git a/plugins/base-plugin/tsconfig.json b/plugins/base-plugin/tsconfig.json index 0bf3734fb..f0685cf8a 100644 --- a/plugins/base-plugin/tsconfig.json +++ b/plugins/base-plugin/tsconfig.json @@ -21,8 +21,7 @@ "outDir": "./dist", //重定向输出目录。 "experimentalDecorators": true, "emitDecoratorMetadata": true, - "moduleResolution": "node", - "watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。 + "moduleResolution": "node" }, "include": [ "./**/*.ts" diff --git a/plugins/pinus-robot-plugin/tsconfig.json b/plugins/pinus-robot-plugin/tsconfig.json index fc04aac0f..eb64faf39 100644 --- a/plugins/pinus-robot-plugin/tsconfig.json +++ b/plugins/pinus-robot-plugin/tsconfig.json @@ -21,8 +21,7 @@ "outDir": "./dist", //重定向输出目录。 "experimentalDecorators": true, "emitDecoratorMetadata": true, - "moduleResolution": "node", - "watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。 + "moduleResolution": "node" }, "include": [ "./**/*.ts" diff --git a/tools/pinus-cli/tsconfig.json b/tools/pinus-cli/tsconfig.json index bbc3dea0e..ffdbe2827 100644 --- a/tools/pinus-cli/tsconfig.json +++ b/tools/pinus-cli/tsconfig.json @@ -21,8 +21,7 @@ "outDir": "./dist", //重定向输出目录。 "experimentalDecorators": true, "emitDecoratorMetadata": true, - "moduleResolution": "node", - "watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。 + "moduleResolution": "node" }, "include": [ "./**/*.ts" diff --git a/tools/pinus-robot/tsconfig.json b/tools/pinus-robot/tsconfig.json index f978ad06e..67e28a7f6 100644 --- a/tools/pinus-robot/tsconfig.json +++ b/tools/pinus-robot/tsconfig.json @@ -26,8 +26,7 @@ "outDir": "./dist", //重定向输出目录。 "experimentalDecorators": true, "emitDecoratorMetadata": true, - "moduleResolution": "node", - "watch": false //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。 + "moduleResolution": "node" }, "include": [ "./**/*.ts"