Skip to content

Commit

Permalink
Merge pull request #177 from tgdn/patch-1
Browse files Browse the repository at this point in the history
Do not emit declaration files
  • Loading branch information
dijs committed Sep 3, 2024
2 parents 79f22ec + d4133c7 commit 5338fcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"allowJs": true,
"allowSyntheticDefaultImports": true,
"baseUrl": "src",
"declaration": true,
"declaration": false,
"esModuleInterop": true,
"inlineSourceMap": false,
"lib": ["esnext"],
Expand All @@ -21,4 +21,4 @@
"compileOnSave": false,
"exclude": ["node_modules", "dist"],
"include": ["src"]
}
}

0 comments on commit 5338fcb

Please sign in to comment.