1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{ "compilerOptions": { "experimentalDecorators": true, "module": "ES2022", "target": "ES2023", "outDir": "dist", "strict": true, "moduleResolution": "Bundler", "skipLibCheck": true, "baseUrl": ".", }, "include": [ "@girs", "src/*.ts", // "src/gtk3/*", // "src/gtk4/*", "index.ts", ] }