| { | |
| "compilerOptions": { | |
| "module": "commonjs", | |
| "sourceMap": true, | |
| "esModuleInterop": true, | |
| "target": "ES2022", | |
| "downlevelIteration": true, | |
| "preserveWatchOutput": true | |
| }, | |
| "include": ["**/*.ts"], | |
| "exclude": ["node_modules", "transforms/__testfixtures__/**"] | |
| } | |