diff options
| author | brynnchernosky <56202540+brynnchernosky@users.noreply.github.com> | 2023-05-03 16:04:02 -0400 |
|---|---|---|
| committer | brynnchernosky <56202540+brynnchernosky@users.noreply.github.com> | 2023-05-03 16:04:02 -0400 |
| commit | 2e3df73d84228b04b8d1f284b5e18f7e48fad759 (patch) | |
| tree | 9628abbbe9e86cc0ce15f7b9c6fcac2145daa0cd /tsconfig.json | |
| parent | 018077581b70483ac2f3453ba813b5f4adb61fd5 (diff) | |
debugging json import
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 993ab13b9..06901fe31 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,7 +22,8 @@ "types": [ "youtube", "node" - ] + ], + "resolveJsonModule": true }, // "exclude": [ // "node_modules", |
