| { | |
| "compilerOptions": { | |
| "target": "esnext", | |
| "module": "nodenext", | |
| "strict": true, | |
| "declaration": true, | |
| "outDir": "dist" | |
| }, | |
| "include": ["src/**/*.ts"], | |
| "exclude": ["node_modules", "dist"] | |
| } | |
| { | |
| "compilerOptions": { | |
| "target": "esnext", | |
| "module": "nodenext", | |
| "strict": true, | |
| "declaration": true, | |
| "outDir": "dist" | |
| }, | |
| "include": ["src/**/*.ts"], | |
| "exclude": ["node_modules", "dist"] | |
| } | |