diff options
| author | Max Isom <[email protected]> | 2021-12-13 20:11:14 -0500 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2021-12-13 20:11:14 -0500 |
| commit | ffc8493ea3816402f142794cc7904244e9f6e2ac (patch) | |
| tree | 16e08654d56dba4517720033686d514dbf92dfad /tsconfig.json | |
| parent | fa4ba0bb9acd1c5208c1ff844823706b26f56165 (diff) | |
| download | muse-ffc8493ea3816402f142794cc7904244e9f6e2ac.tar.xz muse-ffc8493ea3816402f142794cc7904244e9f6e2ac.zip | |
Add splash banner and spinner progress for initial connection
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 d424d91..c5bf780 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,8 @@ "experimentalDecorators": true, "emitDecoratorMetadata": true, "esModuleInterop": true, - "sourceMap": true + "sourceMap": true, + "resolveJsonModule": true }, "include": ["src"], "exclude": ["node_modules"] |
