{ "extends": "../../tsconfig.base.json", "include": ["src"], "compilerOptions": { "outDir": "./dist", "declarationDir": "./dist/types", // todo: turn on? "noImplicitReturns": false, "noPropertyAccessFromIndexSignature": false } }