diff --git a/tsconfig.json b/tsconfig.json index df1fda7..f3b1003 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "rootDir": "./src", "declaration": true, "target": "esnext", "lib": ["esnext", "dom"], @@ -13,5 +14,5 @@ "skipLibCheck": true, "emitDeclarationOnly": true }, - "exclude": ["dist", "examples", "node_modules"] + "exclude": ["dist", "examples", "node_modules", "./vite.config.ts"] }