{ "compilerOptions": { "allowJs": true, "checkJs": true, "noEmit": true, "strict": true, "target": "ES2020", "module": "ESNext", "baseUrl": "./src", "typeRoots": [ "./types" ] }, "include": [ "types/**/*.d.ts", "src/**/*.{js,cjs,mjs}" ] }