Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Type declaration source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Sep 23, 2021
1 parent 69fd572 commit 5c527f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@

# Generated types
*.d.ts
*.d.ts.map

# Library specific ones
1 change: 1 addition & 0 deletions declaration.tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
],
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"noEmit": false,
"emitDeclarationOnly": true
}
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
"files": [
"cli.js",
"cli.d.ts",
"cli.d.ts.map",
"index.js",
"index.d.ts"
"index.d.ts",
"index.d.ts.map"
],
"scripts": {
"build:0": "run-s clean",
Expand Down

0 comments on commit 5c527f1

Please sign in to comment.