/ packages / heartbit-core / tsconfig.json
tsconfig.json
1  {
2    "extends": "./tsconfig.build.json",
3    "include": ["src/**/*.ts", "test/**/*.ts"],
4    "exclude": []
5  }