sapper-typescript-graphql-template
sapper-typescript-graphql-template copied to clipboard
A template that includes Sapper for Svelte, TypeScript preprocessing, and a GraphQL server through TypeGraphQL
Hi! Variables with interface throw error "Unexpected token eslint(ParseError)". This is in the latest clone of the template. "version": "2020.09.10", ``` npm run eslint:fix /.../sapper-typescript-graphql-template/src/routes/_layout.svelte 11:20 error Unexpected token ParseError...
From `Carlo$#3952` on Discord My issue is this: ```ts //client.ts import * as sapper from "@sapper/app"; import { setup } from "fileInSRCNodeModules"; (async () => { await setup(); await sapper.start({...