Skip to content

Commit

Permalink
Fix tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyMitch committed Apr 22, 2024
1 parent 3740d1c commit 684647b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"module": "ESNext",
"outDir": "./build",
"rootDir": ".",
"baseUrl": ".",
Expand All @@ -15,8 +14,7 @@
"skipLibCheck": true,
"exactOptionalPropertyTypes": true,
"removeComments": true,
"sourceMap": true,
"resolveJsonModule": true
"sourceMap": true
},
"include": ["src/**/*.ts", "__tests__"],
"exclude": ["node_modules", "build", "coverage"]
Expand Down

0 comments on commit 684647b

Please sign in to comment.