{ "extends": "../../UILib.tsconfig.json", "compilerOptions": { "skipLibCheck": true, "rootDir": "./src", "outDir": "./dist", }, "include": [ "src/**/*" ], "references": [], "exclude": ["**/*.spec.ts", "dist", "node_modules"] }