UNPKG

gojs

Version:

Interactive diagrams, charts, and graphs, such as trees, flowcharts, orgcharts, UML, BPMN, or business diagrams

16 lines 313 B
{ "compilerOptions": { "target": "es5", "module": "amd", "removeComments": true, "stripInternal": true, "declaration": true, "declarationDir": "./src/" }, "include": [ "./src/**/*.ts" //"./src/WallReshapingTool.ts" //"./src/ClassB.ts" ], "exclude": [] }