Skip to content

Commit

Permalink
fix: tsconfig-build.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Guergeiro committed Mar 27, 2021
1 parent a30fbf9 commit ac3aedc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tsconfig-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
"target": "ES2015",
"outDir": "./lib",
"rootDir": "./src",
"declaration": true
"declaration": true,
"moduleResolution": "node",
"esModuleInterop": true
},
"include": ["./src/**/*.ts"],
"exclude": ["./tests"]
"exclude": ["./tests/**/*"]
}

0 comments on commit ac3aedc

Please sign in to comment.