1{
2 "compilerOptions": {
3 "target": "ES2020",
4 "module": "ES2020",
5 "moduleResolution": "bundler",
6 "strict": true,
7 "rootDir": "src",
8 "outDir": "dist",
9 "declaration": true,
10 "declarationMap": true,
11 "skipLibCheck": true
12 },
13 "include": ["src/**/*.ts"]
14}