this repo has no description
1{
2 "compilerOptions": {
3 "target": "ES2022",
4 "module": "NodeNext",
5 "moduleResolution": "NodeNext",
6 "strict": true,
7 "esModuleInterop": true,
8 "forceConsistentCasingInFileNames": true,
9 "erasableSyntaxOnly": true,
10 "skipLibCheck": true,
11 "isolatedModules": true,
12 "verbatimModuleSyntax": true,
13 "lib": ["ES2022", "DOM"],
14 "types": ["node"],
15 "outDir": "./dist",
16 "declaration": true
17 },
18 "include": ["index.ts"]
19}