mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
15 lines
398 B
JSON
15 lines
398 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"types": ["@wdio/globals/types", "@wdio/mocha-framework", "@playwright/test", "node"]
|
|
},
|
|
"include": ["e2e/**/*.ts", "playwright/**/*.ts", "wdio.conf.ts"]
|
|
}
|