Skip to content

Commit

Permalink
chore: update tsconfig to include outFile for declaration files
Browse files Browse the repository at this point in the history
  • Loading branch information
zshaian committed Dec 23, 2024
1 parent f8d1201 commit db5b6c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "dist",
"declarationMap": false
"declarationMap": false,
"outFile": "./dist/index.d.ts"
}
}

0 comments on commit db5b6c0

Please sign in to comment.