From 3e384ea043c72bf3eb25ad38c0d53ddd0c8c957b Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:42:40 +0400 Subject: [PATCH] typescript shennanigan --- config/ags/tsconfig.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/config/ags/tsconfig.json b/config/ags/tsconfig.json index 34f6e5e8..001bb648 100644 --- a/config/ags/tsconfig.json +++ b/config/ags/tsconfig.json @@ -2,14 +2,10 @@ "$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": "/nix/store/ii2w7wv88fjvmldn8kzz8ni20kzpkld4-astal-gjs/share/astal/gjs/gtk3", + "module": "ES2022", + "moduleResolution": "Bundler", "paths": { "astal": [ "/nix/store/ii2w7wv88fjvmldn8kzz8ni20kzpkld4-astal-gjs/share/astal/gjs" @@ -18,5 +14,7 @@ "/nix/store/ii2w7wv88fjvmldn8kzz8ni20kzpkld4-astal-gjs/share/astal/gjs/*" ] }, + "strict": true, + "target": "ES2022" } -} +} \ No newline at end of file