Skip to content

Commit

Permalink
changed compilation resultto land in dist
Browse files Browse the repository at this point in the history
  • Loading branch information
nitish-91 committed May 9, 2024
1 parent 8d2a4a2 commit 5ae1f46
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions adapters/lyve/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"outDir": "dist/"
},
"include": ["./src/*.ts"]
}
"include": [
"./src/*.ts"
]
}

0 comments on commit 5ae1f46

Please sign in to comment.