| { | |
| "compilerOptions": { | |
| "noEmit": true, | |
| "target": "esnext", | |
| "moduleResolution": "node", | |
| "rootDir": "./src", | |
| "strict": true, | |
| "noImplicitAny": true, | |
| "allowSyntheticDefaultImports": true | |
| } | |
| } | |
| { | |
| "compilerOptions": { | |
| "noEmit": true, | |
| "target": "esnext", | |
| "moduleResolution": "node", | |
| "rootDir": "./src", | |
| "strict": true, | |
| "noImplicitAny": true, | |
| "allowSyntheticDefaultImports": true | |
| } | |
| } | |