Spaces:
Running
Running
| { | |
| "compilerOptions": { | |
| "module": "NodeNext", | |
| "moduleResolution": "NodeNext", | |
| "target": "ES2022", | |
| "lib": ["ES2022"], | |
| "declaration": true, | |
| "declarationMap": true, | |
| "sourceMap": true, | |
| "outDir": "dist", | |
| "rootDir": "src", | |
| "resolveJsonModule": true, | |
| "esModuleInterop": true, | |
| "allowSyntheticDefaultImports": true, | |
| "strict": true, | |
| "skipLibCheck": true, | |
| "types": ["node"] | |
| }, | |
| "include": ["src/index.ts"], | |
| "exclude": ["src/**/*.test.ts", "src/cli.ts"] | |
| } | |