UNPKG
@anatine/esbuildnx
Version:
latest (0.2.0)
0.2.0
0.1.18
0.1.17
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Esbuild plugin for Nx
github.com/anatine/esbuildnx/tree/main/packages/esbuildnx
anatine/esbuildnx
@anatine/esbuildnx
/
src
/
generators
/
setup
/
schema.d.ts
7 lines
(6 loc)
•
133 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
Schema
{
name
:
string
;
overwrite
?:
boolean
;
defaultNestExternals
?:
boolean
;
currentBuildCommand
?:
string
; }