12 lines
197 B
JSON
12 lines
197 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"include": ["playwright"],
|
|
"exclude": [],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"lib": [],
|
|
"jsx": "react-jsx",
|
|
"types": ["node"]
|
|
}
|
|
}
|