Skip to content

Commit

Permalink
Add tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-lee committed Apr 16, 2023
1 parent 1aee2df commit 0eab553
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/e2e/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"noEmit": true,
"outDir": "dist",
"strict": true,
"esModuleInterop": true,
"moduleResolution": "node"
}
}

0 comments on commit 0eab553

Please sign in to comment.