Include test files in tsconfig for intellisense

This commit is contained in:
Maciej Ziarkowski 2020-03-08 18:46:28 +00:00
parent af64c4ca58
commit bb30aa7098

View File

@ -13,5 +13,9 @@
"files": [
"./src/index.ts",
"./src/client.tsx"
],
"include": [
"./src/**/*.test.*",
"./src/**/*.spec.*"
]
}