this repo has no description
1{
2 "compilerOptions": {
3 "target": "ES2020",
4 "module": "ES2020",
5 "moduleResolution": "node",
6 "declaration": true,
7 "outDir": "./dist",
8 "strict": true,
9 "esModuleInterop": true,
10 "skipLibCheck": true,
11 "forceConsistentCasingInFileNames": true,
12 "rootDir": "src"
13 },
14 "include": ["src/index.ts"],
15 "exclude": ["node_modules", "dist"]
16}