summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/js/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/js/tsconfig.json')
-rw-r--r--macros/texinfo/texinfo/js/tsconfig.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/macros/texinfo/texinfo/js/tsconfig.json b/macros/texinfo/texinfo/js/tsconfig.json
new file mode 100644
index 0000000000..de3246e66b
--- /dev/null
+++ b/macros/texinfo/texinfo/js/tsconfig.json
@@ -0,0 +1,9 @@
+{
+ "compilerOptions": {
+ "lib": ["dom", "es2017"],
+ "allowJs": true,
+ "checkJs": true,
+ "noEmit": true
+ },
+ "files": ["info.js"]
+}