mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-03-13 09:26:40 -04:00
27 lines
591 B
JSON
27 lines
591 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"module": "ESNext",
|
|
"target": "es2022",
|
|
"types": [
|
|
"node",
|
|
"@wdio/globals/types",
|
|
"expect-webdriverio",
|
|
"@wdio/mocha-framework",
|
|
"@wdio/browser-runner",
|
|
"@wdio/devtools-service",
|
|
],
|
|
"skipLibCheck": true,
|
|
"noEmit": true,
|
|
"allowImportingTsExtensions": true,
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noFallthroughCasesInSwitch": true
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
} |