{ "compilerOptions": { "paths": { "typings": ["../../typings/index.d.ts"], "typings/graphql": ["../../typings/graphql.d.ts"] }, "allowSyntheticDefaultImports": true }, "exclude": ["node_modules", "build", "scripts", "jest", "public"] }