diff --git a/.gitignore b/.gitignore index eb0399d..2652286 100644 --- a/.gitignore +++ b/.gitignore @@ -147,4 +147,5 @@ dist result .direnv -.tmp \ No newline at end of file +.tmp +*.csv \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index 20cb5cf..271b53a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,7 @@ "./node_modules/@types" ], "paths": { - "@types": ["./src/types"] + "@/*": ["./src/*"], } }, "include": ["src/**/*"],