Merge pull request #1028 from joh-klein/patch-1

chore: disable declaration file generation
This commit is contained in:
Nick Alteen
2025-03-07 13:58:42 -05:00
committed by GitHub

View File

@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"declaration": true,
"declaration": false,
"declarationMap": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,