mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-22 09:32:38 +00:00
update ags
This commit is contained in:
23
desktops/hyprland/ags/node_modules/@girs/atk-1.0/tsconfig.json
generated
vendored
Normal file
23
desktops/hyprland/ags/node_modules/@girs/atk-1.0/tsconfig.json
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
// General settings for code interpretation
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"lib": ["ESNext"],
|
||||
"types": [],
|
||||
"experimentalDecorators": true,
|
||||
"moduleResolution": "node",
|
||||
"noEmit": true,
|
||||
"noEmitOnError": false,
|
||||
"baseUrl": "./",
|
||||
"rootDir": ".",
|
||||
// General settings for code generation
|
||||
"removeComments": false,
|
||||
"inlineSourceMap": false,
|
||||
"inlineSources": false,
|
||||
"newLine": "LF"
|
||||
},
|
||||
"include": ["./atk-1.0.d.ts"]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user