mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 12:48:28 +08:00
Update tsconfig file to include .tsx files (#2457)
This commit is contained in:
parent
e1c61a0e85
commit
286d8dec5b
|
@ -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