Skip to content

Commit

Permalink
fix: tsconfig (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Feb 23, 2024
1 parent c016c7c commit af6b115
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
"module": "NodeNext",
"strict": true,
"outDir": "dist",
"esModuleInterop": true,
"skipLibCheck": true,
"declaration": true,
"moduleResolution": "NodeNext",
"resolveJsonModule": true,
"resolveJsonModule": true
},
"include": ["src/**/*"],
"exclude": ["test", "src/**/*.test.ts"],
"exclude": ["test", "src/**/*.test.ts"]
}

0 comments on commit af6b115

Please sign in to comment.