{ "extends": "../../tsconfig.json", "compilerOptions": { "target": "ESNext", "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "lib": [ "dom", "dom.iterable", "esnext" ], "typeRoots": [ "../../node_modules/@types", "../../src/common/infrastructure/typings" ] }, "include": [ "**/*.ts", "../core/**/*.ts" ], "exclude": [ "../../node_modules", "../../coverage", "../../_site", "../../docsite", "../../build", "../client" ] }