| Current Path : /home/ataenra/js-samples/ |
| Current File : /home/ataenra/js-samples/tsconfig.json |
{
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"strict": true,
"noImplicitAny": false,
"lib": [
"esnext",
"es6",
"dom",
"dom.iterable"
],
"moduleResolution": "Node",
"jsx": "preserve"
}
}