{
  "compilerOptions": {
    "target": "ES6",
    // "removeComments": true,
    // "stripInternal": true,
    // "declaration": true,
    // "declarationDir": "./src/",
    // "strict": true,
    "skipLibCheck": true,
    "paths": {
      "gojs": [
        "../../release/go-module.d.ts"
      ]
    }
  },
  "include": [
    "./src/**/*.ts"
  ],
  "exclude": [],
}