📦 build(scripts/types): compile types in project's root directory
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
"lib": ["ES2024"],
|
||||
"moduleResolution": "bundler",
|
||||
"skipLibCheck": true,
|
||||
"types": [
|
||||
"../@girs"
|
||||
],
|
||||
"strict": true,
|
||||
"jsx": "react-jsx",
|
||||
"jsxImportSource": "ags/gtk4"
|
||||
|
||||
Reference in New Issue
Block a user