Skip to content

Commit

Permalink
chore(tsconfig): modify paths
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyA3 committed May 28, 2022
1 parent d3f254e commit dd85198
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 @@ -14,9 +14,9 @@
"preserveConstEnums": true,
"sourceMap": true,
"outDir": "dist",
"typeRoots": ["/node_modules/@types"],
"typeRoots": ["./node_modules/@types"],
"types": ["node", "mocha"]
},
"include": ["lib/**/*", "./bin/**/*"],
"include": ["./lib", "./bin"],
"exclude": ["node_modules", "git-images", "**/*.test.ts"]
}

0 comments on commit dd85198

Please # to comment.