Files
TheaninovOS/home/desktops/hyprland/ags/tsconfig.json
2023-12-30 20:38:47 +01:00

16 lines
346 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"lib": ["ES2022"],
"allowJs": true,
"checkJs": true,
"strict": true,
"noImplicitAny": false,
"baseUrl": ".",
"typeRoots": ["./types/ags.d.ts", "./node_modules/@girs"],
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}