mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
example-react: fix tsconfig
This commit is contained in:
parent
dbb5175572
commit
f34f685c84
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@
|
|||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"allowImportingTsExtensions": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
"module": "preserve",
|
||||
"moduleResolution": "bundler",
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"noEmit": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue