Skip to content

Commit

Permalink
Tweak tsconfig.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
tamuratak committed Dec 3, 2023
1 parent 5179335 commit 379b529
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"esModuleInterop": true,
"exactOptionalPropertyTypes": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"lib": [
"es2021"
],
Expand All @@ -18,6 +19,7 @@
"sourceMap": true,
"strict": true,
"target": "es2021",
"verbatimModuleSyntax": true,
"baseUrl": "./",
"paths": {
"latex-toybox-protocol-types": ["./types/latex-toybox-protocol-types/index.js"],
Expand Down

0 comments on commit 379b529

Please sign in to comment.