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

* remove unused components * remove pnpm * implementation of local dev pantry setup (#689)
9 lines
245 B
JSON
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"]
|
|
}
|
|
}
|