File size: 280 Bytes
4135488
 
 
 
 
 
 
 
8c43e1a
4135488
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "compilerOptions": {
    "target": "ESNext",
    "module": "ESNext",
    "moduleResolution": "Bundler",
    "strict": true,
    "declaration": true,
    "skipLibCheck": true,
    "types": ["node"],
    "esModuleInterop": true,
    "outDir": "dist"
  },
  "include": ["src"]
}