diff --git a/tsconfig.json b/tsconfig.json index bd70a7e..268fa98 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,8 +8,9 @@ "esModuleInterop": true, "skipLibCheck": true, "noEmitOnError": false, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true, + "rootDir": "." }, - "include": ["src"], + "include": ["src","db"], "exclude": ["node_modules", "dist"] } \ No newline at end of file