* Avoid importing `.json` files * Use ESold in babel.config.json * Use `import/extensions` eslint plugin
9 lines
230 B
TypeScript
9 lines
230 B
TypeScript
// NOTE: This global .d.ts file can be included with
|
|
// /// <reference path="../../../lib/package-json.d.ts" />
|
|
// in .ts files using the PACKAGE_JSON macro.
|
|
|
|
declare const PACKAGE_JSON: {
|
|
name: string;
|
|
version: string;
|
|
};
|