Skip to content

Commit

Permalink
lint: skipLibCheck
Browse files Browse the repository at this point in the history
some deps had incompatible defs

Error: ../../node_modules/@types/glob/index.d.ts(29,42): error TS2694: Namespace '"/home/runner/work/agoric-3-proposals/agoric-3-proposals/node_modules/minimatch/dist/cjs/index"' has no exported member 'IOptions'.
  • Loading branch information
turadg committed Dec 9, 2024
1 parent 5e1e113 commit 272ae1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/synthetic-chain/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"allowSyntheticDefaultImports": true,
"allowJs": true,
"checkJs": true,
"skipLibCheck": true,
"strict": true,
"noImplicitAny": false,
"maxNodeModuleJsDepth": 2,
Expand Down

0 comments on commit 272ae1a

Please sign in to comment.