Open
Description
With my new TS config I have some imports in the output such as:
"type": "object"
},
"import(\"apps/src/fileExportingTypes\",{assert:{\"resolution-mode\":\"import\"}}).MyType": {
"anyOf": [
Fixing this regex make them disappear:
var REGEX_FILE_NAME_OR_SPACE = /(\bimport\(".*?"(, \{ assert: \{ "resolution-mode": "(import|require)" \} \})?\)|".*?")\.| /g;
Metadata
Metadata
Assignees
Labels
No labels