babichjacob / sapper-typescript-graphql-template

A template that includes Sapper for Svelte, TypeScript preprocessing, and a GraphQL server through TypeGraphQL
MIT License
84 stars 14 forks source link

Remove unnecessary TypeScript config #3

Closed benmccann closed 4 years ago

benmccann commented 4 years ago

This is the default:

        "typeRoots": [
            "node_modules/@types",
        ],

And I believe this tells it to ignore all types:

        "types": [],
babichjacob commented 4 years ago

Great! Thank you!