feat: 收敛玩法运行时配置并加入故障恢复
This commit is contained in:
19
tsconfig.runtime-smoke.json
Normal file
19
tsconfig.runtime-smoke.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": false,
|
||||
"outDir": "./.tmp-runtime-smoke",
|
||||
"rootDir": ".",
|
||||
"module": "CommonJS",
|
||||
"target": "ES2020"
|
||||
},
|
||||
"include": [
|
||||
"./miniprogram/**/*.ts",
|
||||
"./tools/runtime-smoke-test.ts",
|
||||
"./typings/**/*.d.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
".tmp-runtime-smoke"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user