Skip to content

Commit

Permalink
Merge pull request mui#751 from dmtrKovalenko/bugfix/mui#747-fix-ssr-…
Browse files Browse the repository at this point in the history
…imports

Make typescript process files to commonjs modules
  • Loading branch information
dmtrKovalenko authored Nov 8, 2018
2 parents a4ccaa8 + 8a45965 commit 2917d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"module": "es6",
"module": "commonjs",
"outDir": "build",
"declaration": true,
"jsx": "react"
Expand Down

0 comments on commit 2917d63

Please sign in to comment.