Merge pull request #591 from colouring-london/develop
Point tsconfig to client and server TS files only
This commit is contained in:
commit
bb73419caa
@ -10,7 +10,8 @@
|
||||
"esModuleInterop": true,
|
||||
"noImplicitAny": false
|
||||
},
|
||||
"include": [
|
||||
"./src/**/*"
|
||||
"files": [
|
||||
"./src/index.ts",
|
||||
"./src/client.tsx"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user