{ "compilerOptions": { "module": "commonjs", "lib": [ "es6", "dom" ], "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { }, "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, "files": [ "lib/sharedb.d.ts", "index.d.ts", "lib/client.d.ts", "sharedb-tests.ts" ] }