tsconfig.json

This commit is contained in:
2025-12-07 23:14:31 +01:00
parent 607024c813
commit f5825f9a18

View File

@@ -8,8 +8,9 @@
"esModuleInterop": true, "esModuleInterop": true,
"skipLibCheck": true, "skipLibCheck": true,
"noEmitOnError": false, "noEmitOnError": false,
"forceConsistentCasingInFileNames": true "forceConsistentCasingInFileNames": true,
"rootDir": "."
}, },
"include": ["src"], "include": ["src","db"],
"exclude": ["node_modules", "dist"] "exclude": ["node_modules", "dist"]
} }