Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
seleniumhq
GitHub Repository: seleniumhq/selenium
Path: blob/trunk/javascript/grid-ui/tsconfig.json
3220 views
1
{
2
"compilerOptions": {
3
"target": "es6",
4
"lib": [
5
"dom",
6
"dom.iterable",
7
"esnext"
8
],
9
"allowJs": true,
10
"skipLibCheck": true,
11
"esModuleInterop": true,
12
"allowSyntheticDefaultImports": true,
13
"strict": true,
14
"forceConsistentCasingInFileNames": true,
15
"module": "esnext",
16
"moduleResolution": "Node",
17
"resolveJsonModule": true,
18
"isolatedModules": true,
19
"jsx": "react",
20
"noImplicitAny": false,
21
"noFallthroughCasesInSwitch": true,
22
"types": [
23
"@types/node"
24
],
25
"sourceMap": false
26
},
27
"include": [
28
"src"
29
]
30
}
31
32