diff --git a/tsconfig.json b/tsconfig.json index 833a821..ace7524 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "rootDir": "./", + "rootDir": "./src", "outDir": "./dist", "target": "ESNext", "module": "ESNext",