From 56d635166b6faf41d8c762d20df7f97b0fd8a368 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Tue, 21 Oct 2025 08:08:27 -0700 Subject: [PATCH] Add tsconfig.json for importer-postman-environment plugin --- plugins/importer-postman-environment/tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 plugins/importer-postman-environment/tsconfig.json diff --git a/plugins/importer-postman-environment/tsconfig.json b/plugins/importer-postman-environment/tsconfig.json new file mode 100644 index 00000000..4082f16a --- /dev/null +++ b/plugins/importer-postman-environment/tsconfig.json @@ -0,0 +1,3 @@ +{ + "extends": "../../tsconfig.json" +}