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