| { | |
| "extends": "../tsconfig.json", | |
| "compilerOptions": { | |
| "noEmit": true, | |
| "allowJs": true | |
| }, | |
| "include": ["**/*.ts"], | |
| "references": [{ "path": "../packages/core" }] | |
| } | |
| { | |
| "extends": "../tsconfig.json", | |
| "compilerOptions": { | |
| "noEmit": true, | |
| "allowJs": true | |
| }, | |
| "include": ["**/*.ts"], | |
| "references": [{ "path": "../packages/core" }] | |
| } | |