File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ module.exports = {
1010 } ,
1111 parserOptions : {
1212 project : './tsconfig.json' ,
13+ tsconfigRootDir : __dirname ,
1314 'createDefaultProgram' : true ,
1415 'ecmaVersion' : 6 ,
1516 } ,
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ module.exports = {
1010 } ,
1111 parserOptions : {
1212 project : './tsconfig.json' ,
13+ tsconfigRootDir : __dirname ,
1314 'createDefaultProgram' : true ,
1415 ecmaVersion : 2022 ,
1516 sourceType : 'module' ,
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ module.exports = {
1010 env : { es6 : true } ,
1111 parserOptions : {
1212 project : './tsconfig.json' ,
13+ tsconfigRootDir : __dirname ,
1314 'createDefaultProgram' : true ,
1415 'ecmaVersion' : 2020 ,
1516 } ,
You can’t perform that action at this time.
0 commit comments