🔧 tsconfig.json - add paths qiankun -> src (#2428)

This commit is contained in:
jser_cc 2023-03-11 11:42:43 +08:00 committed by GitHub
parent c9dff6fe42
commit 0b56bcb8a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,10 @@
"typeRoots": ["typings", "node_modules/@types"],
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"experimentalDecorators": true
"experimentalDecorators": true,
"paths": {
"qiankun": ["./src"]
}
},
"exclude": ["node_modules", "examples"]
}