build(ags): init ags app
This commit is contained in:
parent
4078359635
commit
482efdc70f
7 changed files with 109 additions and 0 deletions
14
modules/programs/ags/tsconfig.json
Normal file
14
modules/programs/ags/tsconfig.json
Normal 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",
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue