diff --git a/tsconfig.json b/tsconfig.json index 5521c8f..1e9ff99 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -30,7 +30,8 @@ ".next/types/**/*.ts", "next-env.d.ts", "dist/types/**/*.ts", - ".next/dev/types/**/*.ts" + ".next/dev/types/**/*.ts", + "dist/dev/types/**/*.ts" ], "exclude": ["node_modules", "nodecar", "src-tauri/target"] }