summaryrefslogtreecommitdiff
path: root/dev/jsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'dev/jsconfig.json')
-rw-r--r--dev/jsconfig.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev/jsconfig.json b/dev/jsconfig.json
index c0ff07d0..db38b6df 100644
--- a/dev/jsconfig.json
+++ b/dev/jsconfig.json
@@ -18,7 +18,6 @@
"core": ["../types/ext/core"],
"css-style-applier": ["../types/ext/css-style-applier"],
"database": ["../types/ext/database"],
- "deinflector": ["../types/ext/deinflector"],
"dictionary": ["../types/ext/dictionary"],
"dictionary-data": ["../types/ext/dictionary-data"],
"dictionary-data-util": ["../types/ext/dictionary-data-util"],
@@ -30,6 +29,8 @@
"event-listener-collection": ["../types/ext/event-listener-collection"],
"japanese-util": ["../types/ext/japanese-util"],
"ext/json-schema": ["../types/ext/json-schema"],
+ "language-transformer": ["../types/ext/language-transformer"],
+ "language-transformer-internal": ["../types/ext/language-transformer-internal"],
"log": ["../types/ext/log"],
"settings": ["../types/ext/settings"],
"structured-content": ["../types/ext/structured-content"],
@@ -64,7 +65,7 @@
"../ext/js/general/cache-map.js",
"../ext/js/general/regex-util.js",
"../ext/js/general/text-source-map.js",
- "../ext/js/language/deinflector.js",
+ "../ext/js/language/language-transformer.js",
"../ext/js/dictionary/dictionary-importer.js",
"../ext/js/dictionary/dictionary-database.js",
"../ext/js/dictionary/dictionary-data-util.js",