From 30ae3cfa42e485a00a268c332a76ae322cf32246 Mon Sep 17 00:00:00 2001 From: "eric.marin" Date: Wed, 9 Oct 2024 19:26:26 +0200 Subject: added ags and removed eww --- ags/tsconfig.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ags/tsconfig.json (limited to 'ags/tsconfig.json') diff --git a/ags/tsconfig.json b/ags/tsconfig.json new file mode 100644 index 0000000..f03f2d1 --- /dev/null +++ b/ags/tsconfig.json @@ -0,0 +1,18 @@ +{ + "compilerOptions": { + "target": "ES2022", + "module": "ES2022", + "lib": [ + "ES2022" + ], + "allowJs": true, + "checkJs": true, + "strict": true, + "noImplicitAny": false, + "baseUrl": ".", + "typeRoots": [ + "./types" + ], + "skipLibCheck": true + } +} \ No newline at end of file -- cgit v1.2.3