summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/js/tsconfig.json
blob: de3246e66b74a670f93b3bb509f3af224854cd0c (plain)
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "lib": ["dom", "es2017"],
    "allowJs": true,
    "checkJs": true,
    "noEmit": true
  },
  "files": ["info.js"]
}