Also tsconfig

pull/21833/head
Travis Ralston 2020-03-11 18:17:35 -06:00
parent cccd27fe84
commit 5a5e7171bc
1 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@
]
},
"include": [
"./src/**/*.ts"
"./src/**/*.ts",
"./src/**/*.tsx"
]
}