diff --git a/tsconfig.json b/tsconfig.json index 238655f..ef46c48 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "module": "ESNext", "moduleDetection": "force", "jsx": "react-jsx", - "allowJs": true, + // "allowJs": true, // Bundler mode "moduleResolution": "bundler", @@ -23,5 +23,7 @@ "noUnusedLocals": false, "noUnusedParameters": false, "noPropertyAccessFromIndexSignature": false - } + }, + + "include": ["./src"] }