mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
7847 added missing quotes to fix compilation with tsc
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
/// <reference path="prettyjson.d.ts" />
|
||||
import prettyjson = require("prettyjson");
|
||||
|
||||
var options: prettyjson.RendererOptions,
|
||||
input: string,
|
||||
|
||||
Vendored
+1
-1
@@ -4,7 +4,7 @@
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
|
||||
declare module prettyjson {
|
||||
declare module "prettyjson" {
|
||||
|
||||
/**
|
||||
* Defines prettyjson version
|
||||
|
||||
Reference in New Issue
Block a user