gui/test/tsconfig.json
Neil 6ad452331b
flatten repo: remove pnpm workspace + merge workspaces (#688)
* remove unused components

* remove pnpm

* implementation of local dev pantry setup (#689)
2023-06-30 10:33:39 +08:00

9 lines
245 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"allowImportingTsExtensions": true,
"lib": ["dom"],
"strict": true,
"types": ["vitest/globals", "@testing-library/jest-dom", "node", "mocha", "@wdio/globals/types"]
}
}