Skip to content

Commit

Permalink
fix: tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
HashMapsData2Value committed Sep 6, 2024
1 parent 5cc806b commit 9fbd473
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"include": ["./src/**/*.ts"],
"exclude": ["**/*.test.ts", "**/*.spec.ts", "**/__tests__/**"],
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
Expand All @@ -11,4 +12,5 @@
"declaration": true,
"declarationDir": "./lib/types"
},

}

0 comments on commit 9fbd473

Please sign in to comment.