UNPKG
node-geogebra
Version:
latest (1.2.1)
1.2.1
1.2.0
1.0.1
1.0.0
Generate graphics with geogebra from nodejs
github.com/jmulet/node-geogebra
jmulet/node-geogebra
node-geogebra
/
tsconfig.json
15 lines
•
299 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"lib"
:
[
"es5"
,
"es6"
]
,
"target"
:
"es6"
,
"module"
:
"commonjs"
,
"moduleResolution"
:
"node"
,
"emitDecoratorMetadata"
:
true
,
"experimentalDecorators"
:
true
,
"sourceMap"
:
true
,
"outDir"
:
"dist"
}
}