UNPKG
builder-pattern
Version:
latest (2.2.0)
2.2.0
2.1.0
2.0.0
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.0.3
0.0.2
Create a builder pattern for Typescript using ES6 proxy.
Vincent-Pang/builder-pattern
builder-pattern
/
mjs.tsconfig.json
9 lines
(8 loc)
•
158 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"module"
:
"NodeNext"
,
"moduleResolution"
:
"NodeNext"
,
"outDir"
:
"dist/mjs"
}
}