From 2d3e610f9815eb6de6bd192c92762c6c1ce5dfc3 Mon Sep 17 00:00:00 2001 From: "Scott C. Krause" <3151842+neodigm@users.noreply.github.com> Date: Sun, 12 May 2024 07:55:29 -0500 Subject: [PATCH] =?UTF-8?q?Cloudflare=20UX=20PWA=20SolidJS=20Lit=20ThreeJS?= =?UTF-8?q?=20Vue=20=E2=9C=A8HTMX=20WASM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cloudflare UX PWA SolidJS Lit ThreeJS Vue ✨HTMX WASM --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index a91cc6d..f610884 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { /* Basic Options */ - "target": "es2020", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */ + "target": "es2020", /* Cloudflare UX PWA SolidJS Lit ThreeJS Vue ✨HTMX WASM: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */ "module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */ // "lib": [], /* Specify library files to be included in the compilation. */ // "allowJs": true, /* Allow javascript files to be compiled. */