diff options
Diffstat (limited to 'src/api/schema.d.ts')
-rw-r--r-- | src/api/schema.d.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/api/schema.d.ts b/src/api/schema.d.ts index a982b910d..f1d5b5f62 100644 --- a/src/api/schema.d.ts +++ b/src/api/schema.d.ts @@ -547,9 +547,6 @@ export interface TransformOptions { target?: Target; serve?: boolean; extension_order?: string[]; - generate_node_module_bundle?: boolean; - node_modules_bundle_path?: string; - node_modules_bundle_path_server?: string; framework?: FrameworkConfig; router?: RouteConfig; no_summary?: boolean; |