jsdk-offical
Version:
JSDK is the most comprehensive TypeScript framework, like JDK.
16 lines • 406 B
JSON
{
"extends":"../build/base",
"compilerOptions": {
"outFile": "../dist/jsmath.js",
"noResolve": true,
"noLib": true
},
"include": [
"../source/math/*.ts",
"../source/math/geom/Shape.ts",
"../source/math/geom/Line.ts",
"../source/math/geom/Segment.ts",
"../source/math/geom/Polygon.ts",
"../source/math/**/*.ts"
]
}