UNPKG

178 BJSONView Raw
1{
2 "extends": "./tsconfig.common.json",
3 "compilerOptions": {
4 "rootDir": "."
5 },
6 "include": [
7 "src",
8 "test"
9 ],
10 "exclude": ["node_modules/**", "**/*.d.ts"]
11}