diff --git a/tsconfig.json b/tsconfig.json index 0d7c6c8..42060aa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,11 +4,11 @@ "allowJs": true, "baseUrl": ".", "paths": { - "@/*": ["src/*"] + "@/*": ["src/*"], }, "jsx": "react-jsx", - "jsxImportSource": "react" + "jsxImportSource": "react", }, "include": ["./src/env.d.ts", "**/*.ts", "**/*.tsx"], - "exclude": ["dist"] + "exclude": ["dist"], }