aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2021-12-13 20:11:14 -0500
committerMax Isom <[email protected]>2021-12-13 20:11:14 -0500
commitffc8493ea3816402f142794cc7904244e9f6e2ac (patch)
tree16e08654d56dba4517720033686d514dbf92dfad /tsconfig.json
parentfa4ba0bb9acd1c5208c1ff844823706b26f56165 (diff)
downloadmuse-ffc8493ea3816402f142794cc7904244e9f6e2ac.tar.xz
muse-ffc8493ea3816402f142794cc7904244e9f6e2ac.zip
Add splash banner and spinner progress for initial connection
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
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"]