| { | |
| "compilerOptions": { | |
| "target": "esnext", | |
| "module": "commonjs", | |
| "outDir": "./lib", | |
| "rootDir": "./src", | |
| "strict": true, | |
| "noImplicitAny": true, | |
| "esModuleInterop": true, | |
| "typeRoots": ["./node_modules/@types"] | |
| }, | |
| "exclude": ["node_modules", "../../../node_modules"] | |
| } | |