libreccm-legacy/trunk-images/node_modules/jspm-config/dist/es5/constants.d.ts

13 lines
267 B
TypeScript

export declare const JSPM_PACKAGE_JSON_DEFAULT: {
directories: {
baseURL: string;
packages: string;
};
configFiles: {
jspm: string;
'jspm:browser': string;
'jspm:dev': string;
'jspm:node': string;
};
};