diff --git a/src/tsconfig/tsconfig.react.json b/src/tsconfig/tsconfig.react.json index dd59288..b635969 100644 --- a/src/tsconfig/tsconfig.react.json +++ b/src/tsconfig/tsconfig.react.json @@ -3,7 +3,7 @@ "compilerOptions": { "jsx": "react-jsx", "lib": ["DOM", "DOM.Iterable", "ES2020"], - "noEmit": false, + "noEmit": false }, "display": "Kurocado Studio React tsconfig", "extends": "./tsconfig.json",