Files
colorshell/tsconfig.json
T
2025-10-31 17:24:20 +01:00

17 lines
365 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"allowJs": false,
"checkJs": true,
"module": "es2022",
"target": "es2020",
"lib": ["ES2024"],
"moduleResolution": "bundler",
"skipLibCheck": true,
"types": ["./@types"],
"strict": true,
"jsx": "react-jsx",
"jsxImportSource": "ags/gtk4"
}
}