File size: 275 Bytes
9770efd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "compilerOptions": {
      "moduleResolution": "nodenext",
    "esModuleInterop": true,
    "module": "NodeNext",
    "allowSyntheticDefaultImports": true,
      // "typeRoots": ["./types"]
    },
    "include": [
      "src/**/*",
      "types/**/*"
    ],
    
  }