nixos/config/ags/tsconfig.json

23 lines
724 B
JSON
Raw Normal View History

2024-08-05 16:33:19 +04:00
{
2024-11-15 23:24:58 +04:00
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"experimentalDecorators": true,
2025-01-09 15:22:05 +04:00
"strict": true,
"target": "ES2022",
2024-11-26 15:42:40 +04:00
"module": "ES2022",
"moduleResolution": "Bundler",
2025-01-09 15:22:05 +04:00
// "checkJs": true,
// "allowJs": true,
"jsx": "react-jsx",
"jsxImportSource": "/nix/store/36kxv4nh9kcsjcjdjv3xsvqnpk53xja4-astal-gjs/share/astal/gjs/gtk3",
2024-11-15 23:24:58 +04:00
"paths": {
"astal": [
2025-01-09 15:22:05 +04:00
"/nix/store/36kxv4nh9kcsjcjdjv3xsvqnpk53xja4-astal-gjs/share/astal/gjs"
2024-11-15 23:24:58 +04:00
],
"astal/*": [
2025-01-09 15:22:05 +04:00
"/nix/store/36kxv4nh9kcsjcjdjv3xsvqnpk53xja4-astal-gjs/share/astal/gjs/*"
2024-11-15 23:24:58 +04:00
]
},
}
2025-01-09 15:22:05 +04:00
}