1

Modules/Ags: Deprecate module

This commit is contained in:
2025-07-05 18:11:20 +02:00
parent cf62da3667
commit a51e86b122
10 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"experimentalDecorators": true,
"strict": true,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "Bundler",
// "checkJs": true,
// "allowJs": true,
"jsx": "react-jsx",
"jsxImportSource": "astal/gtk4",
}
}