diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-04-13 19:42:47 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-04-13 19:42:47 +0200 |
| commit | 0d3b6a3f698853cbbf7d0ebf866eca8bccd196fb (patch) | |
| tree | e756da2ef87a13a269da71fac1cabd966423c2e9 /tsconfig.json | |
| download | ags-0d3b6a3f698853cbbf7d0ebf866eca8bccd196fb.tar.gz ags-0d3b6a3f698853cbbf7d0ebf866eca8bccd196fb.tar.bz2 ags-0d3b6a3f698853cbbf7d0ebf866eca8bccd196fb.zip | |
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..9471e35 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://json.schemastore.org/tsconfig", + "compilerOptions": { + "experimentalDecorators": true, + "strict": true, + "target": "ES2022", + "module": "ES2022", + "moduleResolution": "Bundler", + // "checkJs": true, + // "allowJs": true, + "jsx": "react-jsx", + "jsxImportSource": "astal/gtk3", + } +} |
