Dan Borstelmann

Results 4 issues of Dan Borstelmann

I don't use paths in my project, just baseUrl like so: ``` { "extends": "../../tsconfig.packages.json", "compilerOptions": { "rootDir": "src", "outDir": "dist", "baseUrl": "./src" } } ``` I have to add...

Good First Issue

Which kind of makes it impossible to use. See here: https://github.com/maticzav/graphql-middleware/issues/351#issuecomment-973776647

I'm having the same issue posted here: https://github.com/vuejs/vue/issues/3832 Is there a way to get this feature into the build version of Vue (obviously not in the main branch) so that...