UNPKG
materialuiupgraded
Version:
latest (3.2.0)
3.2.0
Material-UI's workspace package
material-ui.com
mui-org/material-ui
materialuiupgraded
/
examples
/
create-react-app-with-typescript
/
tsconfig.test.json
6 lines
•
92 B
JSON
View Raw
1
2
3
4
5
6
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"module"
:
"commonjs"
}
}