mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 02:10:09 +08:00
Update tsconfig file to include .tsx files (#2457)
This commit is contained in:
parent
46fd65a2d1
commit
3792509521
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"include": ["src/**/*.ts"],
|
||||
"include": ["src/**/*.ts", "src/**/*.tsx"],
|
||||
"files": ["shims.d.ts"],
|
||||
"compilerOptions": {
|
||||
"allowUmdGlobalAccess": true,
|
||||
|
|
Loading…
Reference in New Issue
Block a user