TypeScript/tests/cases/user/xpath/tsconfig.json
2018-04-06 16:16:34 -07:00

8 lines
120 B
JSON

{
"compilerOptions": {
"strict": true,
"lib": ["esnext", "dom"],
"types": []
}
}