coquille/tsconfig.json

17 lines
353 B
JSON
Raw Normal View History

2025-02-10 02:55:59 +01:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"experimentalDecorators": true,
"jsx": "react-jsx",
"jsxImportSource": "astal/gtk4",
"module": "ES2022",
"moduleResolution": "Bundler",
"strict": true,
"target": "ES2022",
"paths": {
"@": ["./src"],
"@/*": ["./src/*"]
2025-02-10 02:55:59 +01:00
}
}
}