{ "compilerOptions": { "module": "commonjs", "lib": [ "es6" ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, "files": [ "array.prototype.flatmap-tests.ts", "auto.d.ts", "implementation.d.ts", "index.d.ts", "polyfill.d.ts", "shim.d.ts" ] }