From b659b585c76ec7ccedf2f57a2195767f58f76aae Mon Sep 17 00:00:00 2001 From: Nico Schett Date: Fri, 24 May 2024 09:12:38 +0200 Subject: [PATCH] chore: add tsconfig.json file --- tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..7adbf02 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,3 @@ +{ + "extends": "@cronitio/pylon/tsconfig.pylon.json", +} \ No newline at end of file