{ "compilerOptions": { "module": "commonjs", "target": "es6", "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", "typesSearchPaths": [ "../" ], "noEmit": true }, "files": [ "index.d.ts", "api-error-handler-tests.ts" ] }