{ "compilerOptions": { "module": "commonjs", "lib": [ "es6", "dom" ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", "test/raphael-tests-plugin.ts", "test/raphael-tests-old.ts", "test/raphael-tests-official.ts", "test/raphael-tests-module.ts", "test/raphael-tests-global.ts", "test/raphael-tests-api.ts", "test/raphael-tests-font.ts" ] }