diff options
Diffstat (limited to 'jsconfig.json')
-rw-r--r-- | jsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jsconfig.json b/jsconfig.json index 82048af1..4ab13106 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -12,7 +12,8 @@ "skipLibCheck": false, "baseUrl": ".", "paths": { - "*": ["./types/ext/*"] + "*": ["./types/ext/*"], + "ext/json-schema": ["./types/ext/json-schema"] }, "types": [ "chrome", |