Update project metadata and TypeScript configuration: refine repository details in package.json, simplify tsconfig.build.json, and adjust tsconfig.json for cleaner output settings.

This commit is contained in:
2025-09-24 19:55:48 -04:00
parent aa8d089b6d
commit e1e6d0243a
3 changed files with 5 additions and 10 deletions
+1 -3
View File
@@ -11,9 +11,7 @@
"skipLibCheck": true,
"outDir": "dist",
"rootDir": "src",
"declaration": true,
"declarationMap": true,
"sourceMap": true
"declaration": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]