diff --git a/tsconfig.json b/tsconfig.json index 43c6fbb..003eb27 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,7 +24,10 @@ "typeRoots": ["typings", "node_modules/@types"], "allowSyntheticDefaultImports": true, "esModuleInterop": true, - "experimentalDecorators": true + "experimentalDecorators": true, + "paths": { + "qiankun": ["./src"] + } }, "exclude": ["node_modules", "examples"] }