We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e43e75 commit 460e045Copy full SHA for 460e045
tsconfig.json
@@ -16,6 +16,6 @@
16
"noEmit": true,
17
"jsx": "react-jsx"
18
},
19
- "include": ["src", "src/pages/Home.tsx"],
+ "include": ["src", "src/components/pages/Home.tsx"],
20
"references": [{ "path": "./tsconfig.node.json" }]
21
}
0 commit comments