Skip to content

Commit

Permalink
more fixes to configs
Browse files Browse the repository at this point in the history
  • Loading branch information
WardPearce committed May 22, 2021
1 parent 62b83b3 commit ccb09f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -3,7 +3,6 @@
"version": "0.0.3",
"description": "TypeScript wrapper for Dathost's API",
"main": "src/index.ts",
"type": "module",
"scripts": {
"test": "mocha src/test/*.test.ts --watch-extensions ts --require ts-node/register --timeout 300000",
"lint": "eslint src/** --ext .js,.jsx,.ts,.tsx",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"module": "commonjs",
"noImplicitAny": false,
"strict": true,
"jsx": "preserve",
Expand Down

0 comments on commit ccb09f4

Please sign in to comment.