{
    "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"
    ]
} 