Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix: add missing tsconfig option
Browse files Browse the repository at this point in the history
  • Loading branch information
fox1t committed Feb 28, 2020
1 parent b999929 commit a13ce57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"compilerOptions": {
"typeRoots": [
"../../node_modules/@types",
"./context.d.ts"
"./context.ts"
],
"outDir": "../../dist/db",
}
Expand Down

0 comments on commit a13ce57

Please sign in to comment.