Skip to content

Commit

Permalink
Update outDir in tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcrammer committed Apr 1, 2024
1 parent b071f51 commit 15ddf11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"outDir": "./dist", // specify the output directory
"outDir": "./api", // specify the output directory
"noImplicitAny": true, // raise error on expressions and declarations with an implied 'any' type
"module": "esnext", // specify module code generation
"target": "es5", // specify ECMAScript target version
Expand Down

0 comments on commit 15ddf11

Please sign in to comment.