{ "compilerOptions": { "allowJs": true, "checkJs": true, "noEmit": true, "target": "ES2021", "skipLibCheck": true, "moduleResolution": "node" }, "include": ["*.js", "test/*.js"] }