diff --git a/tsconfig.json b/tsconfig.json index 3e87e3d..744b4eb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,8 +26,8 @@ "noEmit": true, "paths": { "@": ["./src"], - "*": ["*", "node_modules/*"] - } + "*": ["*", "node_modules/*"], + }, }, - "include": ["src/**/*.ts", "src/**/*.tsx", "docs/**/*.tsx"] + "include": ["src/**/*.ts", "src/**/*.tsx", "docs/**/*.tsx"], }