diff --git a/doric-demo/tsconfig.json b/doric-demo/tsconfig.json index 8a7c268d..438a1be0 100644 --- a/doric-demo/tsconfig.json +++ b/doric-demo/tsconfig.json @@ -53,7 +53,8 @@ // "inlineSources": true, /* Emit the source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set. */ /* Experimental Options */ "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */ - "emitDecoratorMetadata": true /* Enables experimental support for emitting type metadata for decorators. */ + "emitDecoratorMetadata": true /* Enables experimental support for emitting type metadata for decorators. */, + "resolveJsonModule": true }, "include": [ "**/*.ts",