From 9e34103237b6749305ef2fba7fe9181f7f47b944 Mon Sep 17 00:00:00 2001 From: Luiz Ferraz Date: Sat, 6 Jan 2024 08:58:03 -0300 Subject: [PATCH] Add ESLint specific TS config --- tsconfig.eslint.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tsconfig.eslint.json diff --git a/tsconfig.eslint.json b/tsconfig.eslint.json new file mode 100644 index 00000000..db58cc0c --- /dev/null +++ b/tsconfig.eslint.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "allowJs": true + }, + "extends": "./tsconfig.base.json" +} \ No newline at end of file