mirror of
https://github.com/mudita/mudita-center.git
synced 2026-02-20 16:10:45 -05:00
18 lines
363 B
JSON
18 lines
363 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"files": [],
|
|
"include": ["src/**/*.ts"],
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"types": [
|
|
"./types.d.ts",
|
|
"node",
|
|
"@wdio/globals/types",
|
|
"@wdio/mocha-framework",
|
|
"expect-webdriverio"
|
|
]
|
|
}
|
|
}
|