feat: Enable composite project support in TypeScript configuration

This commit is contained in:
2025-09-29 06:56:09 +02:00
parent 96fc9c4a8c
commit ce3138922d
+1
View File
@@ -6,6 +6,7 @@
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"composite": true,
"outDir": "./dist",
"rootDir": "./src",
"typeRoots": [