๐Ÿ“ฆ zannager / MERN-Stack-bootcamp

๐Ÿ“„ jsconfig.json ยท 8 lines
1
2
3
4
5
6
7
8{
  "compilerOptions": {
    "typeRoots": ["./index.d.ts", "./node_modules/@types"],
    "checkJs": true
  },
  "exclude": ["node_modules"]
}