Include test files in tsconfig for intellisense
This commit is contained in:
parent
af64c4ca58
commit
bb30aa7098
@ -13,5 +13,9 @@
|
||||
"files": [
|
||||
"./src/index.ts",
|
||||
"./src/client.tsx"
|
||||
],
|
||||
"include": [
|
||||
"./src/**/*.test.*",
|
||||
"./src/**/*.spec.*"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user