📦 build(scripts/types): compile types in project's root directory

This commit is contained in:
retrozinndev
2025-08-08 21:34:16 -03:00
parent 8aeed31ec2
commit e8641737a8
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ export class Shell extends Gtk.Application {
connections.set(this, this.connect("shutdown", () => this.#scope.dispose()));
createRoot(() => {
console.log(`Colorshell: initialized instance as: "colorshell"`);
console.log(`Colorshell: initializing`);
this.#scope = getScope();
Stylesheet.getDefault().compileApply();
+3
View File
@@ -8,6 +8,9 @@
"lib": ["ES2024"],
"moduleResolution": "bundler",
"skipLibCheck": true,
"types": [
"../@girs"
],
"strict": true,
"jsx": "react-jsx",
"jsxImportSource": "ags/gtk4"