Vamsi

Results 1 issues of Vamsi

tsConfig.json ``` { "extends": "./.temp/tsconfig-base.json" } ``` tsconfig-base.json ``` { "include": ["../src/**/*", "../types/**/*.d.ts", "./loader-types.d.ts", "./client-types.d.ts"], "exclude": ["../src/**/*.spec.ts", "../src/**/*.spec.js"], "compilerOptions": { "strict": true, "skipLibCheck": true, "module": "esnext", "target": "es6", "allowSyntheticDefaultImports": true,...

bug