mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-26 17:56:43 -06:00
e909eac296
* Create type definition for '*/package.json' * Update tsconfig.json
3 lines
60 B
TypeScript
3 lines
60 B
TypeScript
declare module '*/package.json' {
|
|
const version: string;
|
|
}
|