Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
chore: schema generator import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Jan 10, 2024
1 parent c73bf41 commit 27446c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"compilerOptions": {
"incremental": true,
"target": "ES6",
"target": "ES2020",
"outDir": "dist",
"moduleResolution": "node",
"module": "commonjs",
// "module": "commonjs",
"declaration": true,
"inlineSourceMap": true,
"allowJs": true,
Expand Down

0 comments on commit 27446c0

Please sign in to comment.