diff --git a/tsconfig.json b/tsconfig.json index 2d23f3d..e80f717 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,8 @@ "sourceMap": true, "strict": true, "skipLibCheck": true, - "rootDir": "./src" + "rootDir": "./src", +"outDir": "./dist-import" }, "include": ["src/**/*"] }