| { | |
| "compilerOptions": { | |
| "allowJs": true, | |
| "esModuleInterop": true, | |
| "allowSyntheticDefaultImports": true, | |
| "module": "nodenext", | |
| "noEmit": true, | |
| "allowImportingTsExtensions": true, | |
| "target": "es2017" | |
| }, | |
| "include": ["**/*.ts", "**/*.mts"], | |
| } | 
| { | |
| "compilerOptions": { | |
| "allowJs": true, | |
| "esModuleInterop": true, | |
| "allowSyntheticDefaultImports": true, | |
| "module": "nodenext", | |
| "noEmit": true, | |
| "allowImportingTsExtensions": true, | |
| "target": "es2017" | |
| }, | |
| "include": ["**/*.ts", "**/*.mts"], | |
| } |