Skip to content

Commit

Permalink
Fixes: [WARNING] Duplicate key "include" in object literal [duplicate…
Browse files Browse the repository at this point in the history
…-object-key] (rjsf-team#4114)
  • Loading branch information
orenf committed Mar 4, 2024
1 parent 9f668ec commit af8932a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/playground/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../../tsconfig.base.json",
"include": ["./"],
"include": ["./", "src", "test"],
"compilerOptions": {
"rootDir": "./",
"baseUrl": "./",
Expand All @@ -21,7 +21,6 @@
"jsx": "react-jsx",
"types": ["vite/client", "jest", "node"]
},
"include": ["src", "test"],
"references": [
{ "path": "../antd" },
{ "path": "../bootstrap-4" },
Expand Down

0 comments on commit af8932a

Please sign in to comment.