{ "compilerOptions": { "target": "ES2022", "module": "ES2022", "checkJs": true, "allowJs": true, "noEmit": true, "lib": ["DOM", "ES2022"] }, "include": ["**/*.js"] }