Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

material ui with typescript

// tsconfig.json
{
  "compilerOptions": {
    "lib": ["es6", "dom"],
    "noImplicitAny": true,
    "noImplicitThis": true,
    "strictNullChecks": true
  }
}
Source by mui.com #
 
PREVIOUS NEXT
Tagged: #material #ui #typescript
ADD COMMENT
Topic
Name
7+6 =