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