From ef70bdfc70dd34d6cc321f12d75b247cd59abc12 Mon Sep 17 00:00:00 2001 From: Nathaniel Hammond Date: Mon, 29 Nov 2021 19:56:29 +0000 Subject: [PATCH] Move to root tsconfig file --- tsconfig.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 00000000000..a2bfde2b5c3 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,4 @@ +{ + "extends": "@craftcms/webpack/tsconfig.json", + "include": ["src/web/assets/*/src/**/*.ts"] +}