1
0
mirror of https://github.com/flarum/core.git synced 2025-07-16 22:31:18 +02:00

Update tsconfig file to include .tsx files (#2457)

This commit is contained in:
Nina Pypchenko
2020-11-27 04:00:13 +11:00
committed by GitHub
parent 46fd65a2d1
commit 3792509521

View File

@@ -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,