Skip to content

Commit

Permalink
Merge pull request #98 from G7DAO/fix/build
Browse files Browse the repository at this point in the history
fix build
  • Loading branch information
karacurt authored Oct 10, 2024
2 parents 5242227 + a28abde commit 858ca5d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@
"noImplicitAny": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"types": ["node"],
"typeRoots": ["./node_modules/@types"]
}
},
"exclude": [
"dist",
"node_modules",
"**/*.test.ts", // Exclude test files
"**/*.spec.ts" // Exclude spec files
]
}

0 comments on commit 858ca5d

Please sign in to comment.