Skip to content

Commit af8932a

Browse files
authored
Fixes: [WARNING] Duplicate key "include" in object literal [duplicate-object-key] (rjsf-team#4114)
1 parent 9f668ec commit af8932a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/playground/tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": "../../tsconfig.base.json",
3-
"include": ["./"],
3+
"include": ["./", "src", "test"],
44
"compilerOptions": {
55
"rootDir": "./",
66
"baseUrl": "./",
@@ -21,7 +21,6 @@
2121
"jsx": "react-jsx",
2222
"types": ["vite/client", "jest", "node"]
2323
},
24-
"include": ["src", "test"],
2524
"references": [
2625
{ "path": "../antd" },
2726
{ "path": "../bootstrap-4" },

0 commit comments

Comments
 (0)