1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-02 06:32:07 +02:00

fix: revert resolveJsonModule in tsconfig (#8310)

This commit is contained in:
mister-ben 2023-06-05 19:53:36 +02:00 committed by GitHub
parent 0c011618e8
commit 8f32b9f5c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,6 @@
"declarationMap": true,
"skipLibCheck": true,
"checkJs": false,
"preserveWatchOutput": true,
"resolveJsonModule": true
"preserveWatchOutput": true
}
}