Skip to content

Commit 01eae99

Browse files
authored
chore: disable declaration file generation
1 parent 7384997 commit 01eae99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.base.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"compilerOptions": {
44
"allowSyntheticDefaultImports": true,
5-
"declaration": true,
5+
"declaration": false,
66
"declarationMap": false,
77
"esModuleInterop": true,
88
"forceConsistentCasingInFileNames": true,

0 commit comments

Comments
 (0)