parent
1feb99d000
commit
839143897c
@ -1,7 +1,8 @@ |
|||||||
{ |
{ |
||||||
"extends": "../../tsconfig.json", |
"extends": "../../tsconfig.json", |
||||||
"compilerOptions": { |
"compilerOptions": { |
||||||
"types": ["node", "nightwatch"] |
"types": ["node", "nightwatch"], |
||||||
|
"esModuleInterop": true, |
||||||
}, |
}, |
||||||
"include": ["**/*.ts", "**/*.js"] |
"include": ["**/*.ts", "**/*.js"] |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue