ConceptPortal-public/rsconcept/frontend/tsconfig.test.json
Ivan 66fde1bd0e
Some checks failed
Frontend CI / build (22.x) (push) Waiting to run
Backend CI / build (3.12) (push) Has been cancelled
M: Setup testing mocks
2025-03-02 19:42:19 +03:00

10 lines
170 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true,
"types": ["playwright/test"],
"isolatedModules": false
},
"include": ["tests"]
}