移除路径映射,只让Jest处理路径解析
This commit is contained in:
16
packages/network/tsconfig.test.json
Normal file
16
packages/network/tsconfig.test.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": [
|
||||
"src/**/*",
|
||||
"tests/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"bin",
|
||||
"dist"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user