Initial skeleton of the ustaxlib viewer.
[ustaxviewer.git] / tsconfig.json
1 {
2 "compilerOptions": {
3 "lib": [
4 "dom",
5 "es2018"
6 ],
7 "target": "es2019",
8 "moduleResolution": "node",
9 "esModuleInterop": true,
10 "jsx": "preserve",
11 "typeRoots": [
12 "./node_modules/@types",
13 "./node_modules/babel-plugin-jsx-dom-expressions"
14 ]
15 }
16 }