From d742816f475d45ad772dadb53fdc7fd1de27538a Mon Sep 17 00:00:00 2001 From: ruedap Date: Sat, 30 May 2020 23:37:18 +0900 Subject: [PATCH] build(eslint): Fix parsing error --- .eslintrc.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 0995928d..6898f6e6 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -8,7 +8,10 @@ module.exports = { sourceType: 'module', ecmaFeatures: { jsx: true - } + }, + project: './tsconfig.json', + tsconfigRootDir: __dirname, + createDefaultProgram: true }, globals: { },