summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-04-13 19:42:47 +0200
committerLinnea Gräf <nea@nea.moe>2025-04-13 19:42:47 +0200
commit0d3b6a3f698853cbbf7d0ebf866eca8bccd196fb (patch)
treee756da2ef87a13a269da71fac1cabd966423c2e9 /tsconfig.json
downloadags-0d3b6a3f698853cbbf7d0ebf866eca8bccd196fb.tar.gz
ags-0d3b6a3f698853cbbf7d0ebf866eca8bccd196fb.tar.bz2
ags-0d3b6a3f698853cbbf7d0ebf866eca8bccd196fb.zip
ags initHEADmaster
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json14
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",
+ }
+}