UNPKG

351 BJSONView Raw
1{
2 "extends": "../tsconfig_base.json",
3 "compilerOptions": {
4 "outDir": "./dist",
5 "baseUrl": ".",
6 "rootDir": "."
7 },
8 "include": [
9 "../../config/typescript/**/*",
10 "./src/**/*.ts",
11 "./src/**/*.tsx"
12 ],
13 "exclude": ["**/*.test.ts", "**/*.test.tsx"],
14 "references": [{"path": "../jest-koa-mocks"}, {"path": "../network"}]
15}