🔧 tsconfig.json - add paths qiankun -> src (#2428)
This commit is contained in:
parent
c9dff6fe42
commit
0b56bcb8a7
|
|
@ -24,7 +24,10 @@
|
|||
"typeRoots": ["typings", "node_modules/@types"],
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
"experimentalDecorators": true
|
||||
"experimentalDecorators": true,
|
||||
"paths": {
|
||||
"qiankun": ["./src"]
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules", "examples"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user