From 48fc6ff3424acbb41633258bf1512b797a0ad8c1 Mon Sep 17 00:00:00 2001 From: "eric.marin" Date: Mon, 10 Mar 2025 18:15:17 +0100 Subject: clean up --- ags/tsconfig.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 ags/tsconfig.json (limited to 'ags/tsconfig.json') 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", - } -} -- cgit v1.2.3