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