微调模板 tsconfig.json配置

This commit is contained in:
wkj 2024-01-23 09:54:13 +08:00
parent 86252bb56d
commit a835b2c0a4
2 changed files with 8 additions and 4 deletions

View File

@ -440,7 +440,8 @@ function tsConfigMpJsonContent() {
"**/*.spec.ts", "**/*.spec.ts",
"**/*.test.ts", "**/*.test.ts",
"**/*.test.tsx", "**/*.test.tsx",
"./web" "./web",
"./native"
] ]
}`; }`;
} }
@ -489,7 +490,8 @@ function tsConfigWebJsonContent() {
"**/*.spec.ts", "**/*.spec.ts",
"**/*.test.ts", "**/*.test.ts",
"**/*.test.tsx", "**/*.test.tsx",
"./wechatMp" "./wechatMp",
"./native"
] ]
}`; }`;
} }

View File

@ -449,7 +449,8 @@ export function tsConfigMpJsonContent() {
"**/*.spec.ts", "**/*.spec.ts",
"**/*.test.ts", "**/*.test.ts",
"**/*.test.tsx", "**/*.test.tsx",
"./web" "./web",
"./native"
] ]
}`; }`;
} }
@ -498,7 +499,8 @@ export function tsConfigWebJsonContent() {
"**/*.spec.ts", "**/*.spec.ts",
"**/*.test.ts", "**/*.test.ts",
"**/*.test.tsx", "**/*.test.tsx",
"./wechatMp" "./wechatMp",
"./native"
] ]
}`; }`;
} }