{ "extends": "../../config/tsconfig.base.json", "include": ["src"], "exclude": ["node_modules", "dist", "**/*.css", ".tsbuild*"], "compilerOptions": { "outDir": "./.tsbuild", "rootDir": "src", // TODO: enable these two options "noImplicitOverride": false, "noImplicitReturns": false, "types": ["node", "@types/jest"] }, "references": [ { "path": "../tlschema" }, { "path": "../store" }, { "path": "../validate" }, { "path": "../utils" }, { "path": "../state" } ] }