diff options
Diffstat (limited to '__tests__/tsconfig.json')
-rw-r--r-- | __tests__/tsconfig.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/__tests__/tsconfig.json b/__tests__/tsconfig.json new file mode 100644 index 00000000000..489da623e1b --- /dev/null +++ b/__tests__/tsconfig.json @@ -0,0 +1,6 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "verbatimModuleSyntax": false + } +} |