mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +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"]
|
|
}
|