Skip to content

Commit

Permalink
fix: support mappedType in object type
Browse files Browse the repository at this point in the history
  • Loading branch information
kainstar committed May 17, 2023
1 parent 3f2ef53 commit ed5c4bb
Show file tree
Hide file tree
Showing 3 changed files with 3,077 additions and 4,583 deletions.
2 changes: 0 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@
{
"type": "node",
"request": "launch",
"protocol": "inspector",
"name": "Debug Transformer",
"program": "${workspaceFolder}/node_modules/typescript/lib/tsc.js",
"args": ["-p", "tsconfig.debug.json"],
"sourceMaps": true,
"port": 9229,
"skipFiles": ["<node_internals>/**", "node_modules/**"]
},
{
Expand Down

0 comments on commit ed5c4bb

Please sign in to comment.