feat(ags): fix type checking with tsc

This commit is contained in:
matt1432 2025-01-04 01:22:08 -05:00
parent 8157d3ef2d
commit 199fa9c32e
5 changed files with 9 additions and 12 deletions

View file

@ -10,6 +10,7 @@
"module": "ES2022",
"moduleResolution": "Bundler",
"noEmit": true,
"skipLibCheck": true,
"strict": true,
"target": "ES2022"
}

View file

@ -10,6 +10,7 @@
"module": "ES2022",
"moduleResolution": "Bundler",
"noEmit": true,
"skipLibCheck": true,
"strict": true,
"target": "ES2022"
}

View file

@ -122,15 +122,14 @@ in {
pname = "ags";
configPath = "${cfg.configDir}/@girs";
packages = filter (x:
x.pname != "astal4" && x.pname != "libadwaita")
x.pname != "libadwaita")
cfg.astalLibs;
delete = ["gdk-4.0" "gtk-4.0" "gsk-4.0"];
})
// (buildGirTypes {
pname = "ags";
configPath = "${gtk4ConfigDir}/@girs";
packages = filter (x:
x.pname != "astal3" && x.pname != "gtk-session-lock")
x.pname != "gtk-session-lock")
cfg.astalLibs;
})
// {