mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-24 02:22:46 +00:00
feat: add openapi gen to core
This commit is contained in:
@@ -86,7 +86,7 @@ class LightweightDefinitionBuilder {
|
||||
esModuleInterop: true,
|
||||
experimentalDecorators: true,
|
||||
inlineSourceMap: true,
|
||||
module: ts.ModuleKind.CommonJS,
|
||||
module: ts.ModuleKind.NodeNext,
|
||||
strict: true,
|
||||
target: ts.ScriptTarget.ES2015,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user