as mentioned in the docs, we can use ` packages: 'external'`  but it seems that it is missing from the typing ``` import { BuildOptions, build } from 'esbuild'; let esbuildConfig: BuildOptions = { packages: 'external', ..... } ``` 
as mentioned in the docs, we can use
packages: 'external'but it seems that it is missing from the typing