{ "extends": "../../tsconfig.json", "compilerOptions": { "emitDecoratorMetadata": true, "esModuleInterop": true, "outDir": "../../dist/out-tsc", "module": "commonjs", "types": ["jest", "node"], "paths": { "@abp/ng.theme-shared/*": ["packages/theme-shared/src/lib/*"] } }, "include": ["**/*.spec.ts", "**/*.d.ts"] }