Skip to content

Commit

Permalink
update tests tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Jul 6, 2023
1 parent 7052543 commit 3486a8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"verbatimModuleSyntax": false, // TODO true
"noEmit": true, /* Disable emitting files from a compilation. */
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
},
"include": ["./**/*"]
}

0 comments on commit 3486a8e

Please sign in to comment.