From 299d9d2897e7d433089d33bddac1effc538937f4 Mon Sep 17 00:00:00 2001 From: Ryan Huellen Date: Tue, 5 Nov 2024 20:45:22 -0600 Subject: [PATCH] fix: tsconfig path (#8) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5369f64..075ca08 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ You may also need to configure your `tsconfig.json` to target <= ES2022 and incl ```json { "$schema": "https://json.schemastore.org/tsconfig", - "extends": ["@tsmetadata/polyfill/tsconfig.json"], + "extends": ["@tsmetadata/polyfill/lib/tsconfig.polyfill.json"], } ```