UNPKG
durrrrrrrrrjs
Version:
latest (0.0.1)
0.0.1
JavaScript Plugin for Nx
nx.dev
nrwl/nx
durrrrrrrrrjs
/
src
/
utils
/
swc
/
add-swc-config.d.ts
4 lines
(3 loc)
•
163 B
TypeScript
View Raw
1
2
3
4
import
{
Tree
}
from
'@nrwl/devkit'
;
export
declare
const
defaultExclude
:
string
[];
export
declare
function
addSwcConfig
(
tree
:
Tree
,
projectDir
:
string
):
void
;