chore: disable declaration file generation

This commit is contained in:
Johannes Klein
2025-03-07 19:27:52 +01:00
committed by GitHub
parent 7384997c63
commit 01eae99f87

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,