| { | |
| "extends": "../tsconfig.json", | |
| "compilerOptions": { | |
| "resolveJsonModule": true | |
| }, | |
| "include": ["**/*", "../typings/index.d.ts"] | |
| } | |
| { | |
| "extends": "../tsconfig.json", | |
| "compilerOptions": { | |
| "resolveJsonModule": true | |
| }, | |
| "include": ["**/*", "../typings/index.d.ts"] | |
| } | |