18 lines
479 B
JSON
18 lines
479 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"experimentalDecorators": true,
|
|
"skipLibCheck": true,
|
|
"lib": ["ESNext", "DOM"],
|
|
"types": [
|
|
"@girs/gjs",
|
|
"@girs/gtk-4.0",
|
|
"@girs/gnome-shell/extensions/global"
|
|
]
|
|
},
|
|
"include": ["src", "define.d.ts"]
|
|
} |