Files
colorshell/ags/tsconfig.json
T
2025-01-22 13:45:59 -03:00

15 lines
368 B
JSON

{
"$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/gtk3"
}
}