{ "compilerOptions": { "module": "commonjs", "allowJs": true, "checkJs": true, "noEmit": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "moduleResolution": "node", "lib": [ "dom", "dom.iterable", "esnext" ], }, "include": [ "." ] }