diff --git a/tsconfig.json b/tsconfig.json index c849abc..d0dae4f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,9 @@ "module": "ESNext", "moduleResolution": "node", "jsx": "react-jsx", - "jsxImportSource": "react" + "jsxImportSource": "react", + "allowImportingTsExtensions": true }, + "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }