File size: 180 Bytes
fbf3c28
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "noEmit": true,
    "allowJs": true
  },
  "include": ["**/*.ts"],
  "references": [{ "path": "../packages/core" }]
}