Skip to content

Commit

Permalink
typings generator
Browse files Browse the repository at this point in the history
  • Loading branch information
oguimbal committed Jul 19, 2020
1 parent 7054b71 commit 064e3b5
Show file tree
Hide file tree
Showing 6 changed files with 1,934 additions and 53 deletions.
22 changes: 21 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,26 @@
"node_modules/core-js/**",
"output/**"
]
}
}, {
"type": "node",
"request": "launch",
"name": "Debug generator",
"cwd": "${workspaceFolder}",
"args": [
// "${workspaceFolder}/output/dev/generator.js"
"${workspaceFolder}/typegen.js"
],
"protocol": "inspector",
"sourceMaps": true,
"resolveSourceMapLocations": [
"${workspaceFolder}/**",
"!**/node_modules/**"
],
"skipFiles": [
"<node_internals>/*.js",
"${workspaceFolder}\\output/**",
"${workspaceFolder}\\webpack\\bootstrap"
]
}
]
}
Loading

0 comments on commit 064e3b5

Please sign in to comment.