Merge pull request #591 from colouring-london/develop

Point tsconfig to client and server TS files only
This commit is contained in:
Tom Russell 2020-04-09 10:52:54 +01:00 committed by GitHub
commit bb73419caa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,8 @@
"esModuleInterop": true,
"noImplicitAny": false
},
"include": [
"./src/**/*"
"files": [
"./src/index.ts",
"./src/client.tsx"
]
}