Skip to content

Commit

Permalink
fix tsconfig checking
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jan 11, 2025
1 parent cd63ae4 commit 941a07f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"forceConsistentCasingInFileNames": true
},
"references": [{ "path": "./test/tsconfig.json" }],
"include": ["src", "*.d.ts"]
"include": ["src", "*.d.ts", "**/*.json"],
"exclude": ["**/*.test.ts", "**/*.test.tsx"]
}

0 comments on commit 941a07f

Please sign in to comment.