UNPKG

217 BJSONView Raw
1{
2 "extends": "./tsconfig.build.json",
3 "compilerOptions": {
4 "composite": false,
5 "rootDir": "."
6 },
7 "include": ["src", "tests"],
8 "exclude": ["tests/test-project", "tests/test-tslint-rules-directory"]
9}