Skip to content

Commit

Permalink
chore: fix tsconfig.json test-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Heising committed Dec 18, 2024
1 parent 22432f4 commit 7772390
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
Expand Up @@ -23,8 +23,8 @@
"downlevelIteration": true,
"esModuleInterop": true
},
"include": ["./src", "./globals.d.ts","./test/config/index.d.ts"],
"exclude": ["**/*.jsx", "**/**/_usage/*", "**/**/__tests__/*", "node_modules", "src/_common", "dist", "lib", "esm", "cjs", "es"],
"include": ["./src", "./globals.d.ts", "./test/config/index.d.ts", "**/**/__tests__/*"],
"exclude": ["**/*.jsx", "**/**/_usage/*", "node_modules", "src/_common", "dist", "lib", "esm", "cjs", "es"],
"types": [
"node",
"jest",
Expand Down

0 comments on commit 7772390

Please sign in to comment.