/.well-known 周りをいい感じに (#4141)
* Enhance /.well-known and their friends * Fix bug
This commit is contained in:
parent
2f4434b0d8
commit
9dd06a7621
9 changed files with 202 additions and 89 deletions
9
src/@types/package.json.d.ts
vendored
9
src/@types/package.json.d.ts
vendored
|
|
@ -1,3 +1,10 @@
|
|||
declare module '*/package.json' {
|
||||
const version: string;
|
||||
interface IRepository {
|
||||
type: string;
|
||||
url: string;
|
||||
}
|
||||
|
||||
export const name: string;
|
||||
export const version: string;
|
||||
export const repository: IRepository;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue