@@ -2,5 +2,8 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"jsx": "react"
- }
+ },
+ "include": [
+ "src/**/*"
+ ],
}