Skip to content

Commit

Permalink
refactor(SLB-202): review tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Jan 18, 2024
1 parent 9f95d23 commit 94f4412
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/gatsby-plugin-operations/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
{
"compilerOptions": {
"target": "ESNext",
"allowJs": false,
"skipLibCheck": true,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "CommonJS",
"resolveJsonModule": true,
"isolatedModules": true,
"declaration": true,
"declarationDir": "build",
"lib": ["ESNext", "DOM"],
Expand Down

0 comments on commit 94f4412

Please sign in to comment.