10 lines
211 B
JSON
10 lines
211 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"types": ["node", "@playwright/test"],
|
|
"allowImportingTsExtensions": true,
|
|
"noEmit": true
|
|
},
|
|
"include": ["**/*.ts"]
|
|
} |