Skip to content

Commit

Permalink
🔧 Include sourcemap for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
skgndi12 committed Apr 23, 2023
1 parent 5c16a9b commit 15f9475
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# compiled output
# Compiled output
/build

# package
# Package
/node_modules
3 changes: 2 additions & 1 deletion api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
"strict": true, /* Enable all strict type-checking options. */
"noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
"sourceMap": true
}
}

0 comments on commit 15f9475

Please sign in to comment.