Skip to content

Commit

Permalink
whatever the javascript people want
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Nov 21, 2024
1 parent eb541ae commit ce9fb7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"declarationDir": "./dist/types",
"declarationDir": "./dist",
"outDir": "./dist",
"typeRoots": [
"./node_modules/@types"
Expand All @@ -26,4 +26,4 @@
"include": [
"./src"
]
}
}

0 comments on commit ce9fb7b

Please sign in to comment.