diff --git a/tsconfig.json b/tsconfig.json index d1b3193..a26a563 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "target": "es2017", "module": "commonjs", "lib": ["es2015", "dom"], - "outDir": "./dist", + "outDir": "dist", "typeRoots": ["node_modules/@types"], "strict": true, "noUnusedLocals": true,