Files
colorshell/tsconfig.json
T
2025-10-01 22:26:37 -03:00

19 lines
379 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"
}
}