UNPKG

1.21 kBSource Map (JSON)View Raw
1{"version":3,"file":"ng-entrypoint.schema.js","sourceRoot":"","sources":["../src/ng-entrypoint.schema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB;;;;GAIG","sourcesContent":["/* eslint-disable */\n/**\n * This file was automatically generated by json-schema-to-typescript.\n * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,\n * and run json-schema-to-typescript to regenerate this file.\n */\n\n/**\n * JSON Schema for secondary entrypoint `ng-package.json` description file\n */\nexport interface NgPackageEntryConfig {\n $schema?: string;\n /**\n * Description of the library's entry point.\n */\n lib?: {\n /**\n * Entry file to the public API (default: `src/public_api.ts`).\n */\n entryFile?: string;\n /**\n * Filename of the auto-generated flat module file (if empty, defaults to the package name as given in `package.json`).\n */\n flatModuleFile?: string;\n /**\n * Embed assets in css file using data URIs - see https://css-tricks.com/data-uris\n */\n cssUrl?: \"none\" | \"inline\";\n /**\n * Any additional paths that should be used to resolve style imports\n */\n styleIncludePaths?: string[];\n };\n}\n"]}
\No newline at end of file