diff --git a/packages/react-scripts/template/tsconfig.test.json b/packages/react-scripts/template/tsconfig.test.json new file mode 100644 index 0000000000..65ffdd4939 --- /dev/null +++ b/packages/react-scripts/template/tsconfig.test.json @@ -0,0 +1,6 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "module": "commonjs" + } +} \ No newline at end of file