{ "extends": "../../../tsconfig.json", "compilerOptions": { "module": "commonjs", "target": "es2017", "lib": ["es2017"], "baseUrl": ".", "outDir": "dist", "rootDir": "src", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "skipLibCheck": true }, "include": ["src"] }