13 lines
269 B
JSON
13 lines
269 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "ags/gtk3",
|
|
"lib": ["ES2023"],
|
|
"module": "ES2022",
|
|
"moduleResolution": "Bundler",
|
|
"strict": true,
|
|
"target": "ES2020"
|
|
}
|
|
}
|