diff --git a/tsconfig.json b/tsconfig.json index c4e0d2d..1cba3c7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "target": "es5", + "rootDir": "src", "outDir": "dist", "lib": [ "dom", @@ -8,6 +9,7 @@ "esnext" ], "declaration": true, + "declarationMap": true, "declarationDir": "dist", "allowJs": true, "skipLibCheck": true,