mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
10 lines
170 B
JSON
10 lines
170 B
JSON
![]() |
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"noEmit": true,
|
||
|
"types": ["playwright/test"],
|
||
|
"isolatedModules": false
|
||
|
},
|
||
|
"include": ["tests"]
|
||
|
}
|