{
  "compilerOptions": {
    // General settings for code interpretation
    "target": "ESNext",
    "module": "NodeNext",
    "lib": ["ESNext"],
    "types": [],
    "experimentalDecorators": true,
    "moduleResolution": "NodeNext",
    "noEmit": true,
    "noEmitOnError": false,
    "rootDir": ".",
    // General settings for code generation
    "removeComments": false,
    "inlineSourceMap": false,
    "inlineSources": false,
    "newLine": "LF",
    // Show diagnostics
    "diagnostics": true,
    "paths": {
      "@girs/glib-2.0": [
            "../glib-2.0/index.d.ts"
      ],
      "@girs/gobject-2.0": [
            "../gobject-2.0/index.d.ts"
      ],
      "@girs/gjs": [
            "../gjs/index.d.ts"
      ]
}
  },
  "include": ["./gmodule-2.0.d.ts"]
}


