Skip to content

Commit

Permalink
chore: revert tsconfig configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
2heal1 committed Mar 6, 2025
1 parent 6949b6a commit a4a15aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/data-prefetch/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"skipLibCheck": true,
"moduleResolution": "node",
"allowJs": false,
"strict": true,
"types": ["jest", "node"],
"experimentalDecorators": true,
"resolveJsonModule": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"compilerOptions": {
"module": "commonjs",
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
Expand Down

0 comments on commit a4a15aa

Please sign in to comment.