| { | |
| "compilerOptions": { | |
| "target": "ES2020", | |
| "module": "ESNext", | |
| "moduleResolution": "node", | |
| "esModuleInterop": true, | |
| "strict": false, | |
| "sourceMap": true, | |
| "outDir": "./dist", | |
| "declaration": true, | |
| "lib": ["DOM", "ES2020"], | |
| "skipLibCheck": true, | |
| "noImplicitAny": false | |
| }, | |
| "include": ["src/**/*"], | |
| "exclude": ["node_modules", "dist"] | |
| } |