mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +03:00

* add webdriver tests * reduce build time for test --------- Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
9 lines
248 B
JSON
9 lines
248 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": true,
|
|
"lib": ["dom"],
|
|
"strict": true,
|
|
"types": ["vitest/globals", "@testing-library/jest-dom", "node", "mocha", "@wdio/globals/types"]
|
|
}
|
|
}
|