UNPKG
@webwriter/logic-circuit
Version:
latest (1.2.0)
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
Create and simulate circuits with logic gates (AND, OR, XOR, etc.).
@webwriter/logic-circuit
/
tsconfig.json
6 lines
•
93 B
JSON
View Raw
1
2
3
4
5
6
{
"compilerOptions"
:
{
"target"
:
"ES2022"
,
"moduleResolution"
:
"bundler"
}
}