Merge pull request #13296 from vector-im/t3chguy/autocomplete

add config option to tsc resolveJsonModule
pull/13341/head
Michael Telatynski 2020-04-22 10:27:25 +01:00 committed by GitHub
commit 7ffa1ba1bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"module": "commonjs",
"moduleResolution": "node",
"target": "es2016",