Remove composite mode from tsconfig - Simplify TypeScript configuration - Remove composite flag that was causing declaration conflicts

This commit is contained in:
austindebest
2026-04-20 01:00:34 +01:00
parent c6e6eb626e
commit 516e391544
3 changed files with 1 additions and 4 deletions

View File

@@ -3,7 +3,6 @@
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"composite": true,
"declaration": true
},
"include": ["src/**/*"],