Files
dotfiles-status-bar/tsconfig.json

14 lines
280 B
JSON

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