We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 469a6c5 + 7a77588 commit a20c728Copy full SHA for a20c728
tsconfig.json
@@ -26,6 +26,6 @@
26
"target": "es5",
27
"downlevelIteration": true
28
},
29
- "include": ["src/**/*", "custom.d.ts"],
+ "include": ["src/**/*.ts", "src/**/*.tsx", "custom.d.ts"],
30
"exclude": ["node_modules", "build", "src/*.json"]
31
}
0 commit comments