Skip to content

Commit

Permalink
fix: use of types differs from the specification
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipraty committed Jun 8, 2024
1 parent f1d8ecf commit cac028c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"compilerOptions": {
"target": "es2022",
"module": "commonjs",
"module": "esnext",
"sourceMap": true,
"declaration": true,
"composite": true,
"incremental": true,
"skipLibCheck": true,
"esModuleInterop": true,
"moduleResolution": "node",
"emitDeclarationOnly": true,
"moduleResolution": "bundler",
"strictBindCallApply": true,
"jsx": "react-jsx",
"jsxImportSource": "@satorijs/element",
Expand All @@ -17,4 +18,4 @@
"yml-register/types",
],
},
}
}

0 comments on commit cac028c

Please sign in to comment.