From 0b56bcb8a7921b69cbda8866a4c4e559eba00ce8 Mon Sep 17 00:00:00 2001 From: jser_cc <1785103669@qq.com> Date: Sat, 11 Mar 2023 11:42:43 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20tsconfig.json=20-=20add=20paths?= =?UTF-8?q?=20qiankun=20->=20src=20(#2428)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"] }