๐Ÿ“ฆ dimitropoulos / mui-breakpoint-indicator

๐Ÿ“„ tsconfig.json ยท 18 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18{
  "compilerOptions": {
    "outDir": "./lib",
    "target": "ES6",
    "module": "commonjs",
    "strict": true,
    "declaration": false,
    "sourceMap": true,
    "jsx": "react"
  },
  "include": [
    "**/*.tsx",
    "**/*.ts"
  ],
  "exclude": [
    "node_modules"
  ]
}