Skip to content

Commit

Permalink
Updated TSConfig to work
Browse files Browse the repository at this point in the history
  • Loading branch information
Venefilyn committed Aug 6, 2019
1 parent 90d1843 commit df785fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.gen-dts.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "./dist"
"outDir": "./dist",
"rootDir": "./src"
}
}

0 comments on commit df785fb

Please sign in to comment.