Skip to content

Commit

Permalink
adding gitkeep and module to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Oct 19, 2023
1 parent 025fdc3 commit 895e542
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Empty file.
10 changes: 10 additions & 0 deletions property_tests/tests/query_methods/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2020",
"module": "CommonJS",
"moduleResolution": "node",
"allowJs": true,
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
}
}

0 comments on commit 895e542

Please sign in to comment.