{
  "compilerOptions": {
    // General settings for code interpretation
    "target": "ESNext",
    "module": "NodeNext",
    "lib": ["ESNext"],
    "types": [],
    "experimentalDecorators": true,
    "moduleResolution": "NodeNext",
    "noEmit": true,
    "noEmitOnError": false,
    "baseUrl": "./",
    "rootDir": ".",
    // General settings for code generation
    "removeComments": false,
    "inlineSourceMap": false,
    "inlineSources": false,
    "newLine": "LF",
    // Show diagnostics
    "diagnostics": true,
    "paths": {
      "@girs/clutter-1.0": [
            "../clutter-1.0/index.d.ts"
      ],
      "@girs/cairo-1.0": [
            "../cairo-1.0/index.d.ts"
      ],
      "@girs/gobject-2.0": [
            "../gobject-2.0/index.d.ts"
      ],
      "@girs/glib-2.0": [
            "../glib-2.0/index.d.ts"
      ],
      "@girs/json-1.0": [
            "../json-1.0/index.d.ts"
      ],
      "@girs/gio-2.0": [
            "../gio-2.0/index.d.ts"
      ],
      "@girs/gmodule-2.0": [
            "../gmodule-2.0/index.d.ts"
      ],
      "@girs/gl-1.0": [
            "../gl-1.0/index.d.ts"
      ],
      "@girs/coglpango-1.0": [
            "../coglpango-1.0/index.d.ts"
      ],
      "@girs/pangocairo-1.0": [
            "../pangocairo-1.0/index.d.ts"
      ],
      "@girs/pango-1.0": [
            "../pango-1.0/index.d.ts"
      ],
      "@girs/harfbuzz-0.0": [
            "../harfbuzz-0.0/index.d.ts"
      ],
      "@girs/freetype2-2.0": [
            "../freetype2-2.0/index.d.ts"
      ],
      "@girs/cogl-1.0": [
            "../cogl-1.0/index.d.ts"
      ],
      "@girs/atk-1.0": [
            "../atk-1.0/index.d.ts"
      ],
      "@girs/gjs": [
            "../gjs/index.d.ts"
      ]
}
  },
  "include": ["./mash-0.2.d.ts"]
}


