Skip to content

Commit

Permalink
[pinpoint-apm#117] migrate from index.js to d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
feelform committed Sep 29, 2022
1 parent fb9b626 commit 835fa17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"declaration": true,
// This compiler run should
// only output d.ts files
"emitDeclarationOnly": true,
// "emitDeclarationOnly": true,
// Types should go into this directory.
// Removing this would place the .d.ts files
// next to the .js files
Expand All @@ -18,6 +18,6 @@
},
// Change this to match your project
"include": [
"lib/**/*"
"lib/**/*", "index.js"
]
}

0 comments on commit 835fa17

Please sign in to comment.