{ "extends": "../../tsconfig.json", "compilerOptions": { "types": ["node"], "rootDir": "./", "outDir": "./dist", "baseUrl": "./", "allowSyntheticDefaultImports": true, "strictPropertyInitialization": false, "strictNullChecks": true, "typeRoots": [ "../../types", "./node_modules/@types", "../../node_modules/@types" ], "paths": {} }, "include": ["src/**/*", "tools/functionCount.ts"], "references": [] }