mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 21:11:55 +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"],
|
"files": ["shims.d.ts"],
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowUmdGlobalAccess": true,
|
"allowUmdGlobalAccess": true,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user