aboutsummaryrefslogtreecommitdiff
path: root/ags/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ags/tsconfig.json14
1 files changed, 0 insertions, 14 deletions
diff --git a/ags/tsconfig.json b/ags/tsconfig.json
deleted file mode 100644
index 9471e35..0000000
--- a/ags/tsconfig.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "$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",
- }
-}