Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Banidja committed Sep 10, 2024
1 parent c13d1f9 commit 99a7004
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "domain-tld-validator",
"version": "3.0.0",
"version": "3.0.1",
"description": "A validator for domain TLDs.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
5 changes: 2 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"target": "es5",
"module": "commonjs",
"outDir": "./dist",
"rootDir": "./",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"resolveJsonModule": true,
Expand All @@ -12,8 +12,7 @@
"sourceMap": true
},
"include": [
"src/**/*",
"test/**/*"
"src/**/*"
],
"exclude": [
"node_modules",
Expand Down

0 comments on commit 99a7004

Please sign in to comment.