微调模板 tsconfig.json配置
This commit is contained in:
parent
86252bb56d
commit
a835b2c0a4
|
|
@ -440,7 +440,8 @@ function tsConfigMpJsonContent() {
|
|||
"**/*.spec.ts",
|
||||
"**/*.test.ts",
|
||||
"**/*.test.tsx",
|
||||
"./web"
|
||||
"./web",
|
||||
"./native"
|
||||
]
|
||||
}`;
|
||||
}
|
||||
|
|
@ -489,7 +490,8 @@ function tsConfigWebJsonContent() {
|
|||
"**/*.spec.ts",
|
||||
"**/*.test.ts",
|
||||
"**/*.test.tsx",
|
||||
"./wechatMp"
|
||||
"./wechatMp",
|
||||
"./native"
|
||||
]
|
||||
}`;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -449,7 +449,8 @@ export function tsConfigMpJsonContent() {
|
|||
"**/*.spec.ts",
|
||||
"**/*.test.ts",
|
||||
"**/*.test.tsx",
|
||||
"./web"
|
||||
"./web",
|
||||
"./native"
|
||||
]
|
||||
}`;
|
||||
}
|
||||
|
|
@ -498,7 +499,8 @@ export function tsConfigWebJsonContent() {
|
|||
"**/*.spec.ts",
|
||||
"**/*.test.ts",
|
||||
"**/*.test.tsx",
|
||||
"./wechatMp"
|
||||
"./wechatMp",
|
||||
"./native"
|
||||
]
|
||||
}`;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue