FIX snapshots and & error from react-scripts

This commit is contained in:
Norbert de Langen 2019-05-20 12:59:05 +02:00
parent 014655d1d4
commit fcc12c4d8c
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"compilerOptions": {
"baseUrl": ".",
"baseUrl": "src",
"paths": { "*": ["types/*"] },
"target": "es5",
"module": "esnext",

View File

@ -1048,9 +1048,9 @@ exports[`Storyshots Basics|SyntaxHighlighter dark unsupported 1`] = `
using System;
namespace HelloWorld
{
class Hello
class Hello
{
static void Main()
static void Main()
{
Console.WriteLine("Hello World!");
@ -3921,9 +3921,9 @@ exports[`Storyshots Basics|SyntaxHighlighter unsupported 1`] = `
using System;
namespace HelloWorld
{
class Hello
class Hello
{
static void Main()
static void Main()
{
Console.WriteLine("Hello World!");