summaryrefslogtreecommitdiff
path: root/jsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'jsconfig.json')
-rw-r--r--jsconfig.json3
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",