{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "Bundler", "forceConsistentCasingInFileNames": true, "strict": true, "experimentalDecorators": true, "skipLibCheck": true, "lib": ["ESNext", "DOM"], "types": [ "@girs/gjs", "@girs/gtk-4.0", "@girs/gnome-shell/extensions/global" ] }, "include": ["src", "define.d.ts"] }