File size: 210 Bytes
cfbbc1a
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
{
  "extends": "../tsconfig.build.json",
  "compilerOptions": {
    "outDir": ".",
    "rootDir": ".",
    "paths": {}
  },
  "exclude": ["node_modules", "dist", "test/**/*", "*.spec.ts"],
  "references": []
}