playwright/test/tsconfig.json

12 lines
313 B
JSON
Raw Normal View History

{
"compilerOptions": {
"allowJs": true,
"checkJs": false,
"noEmit": true,
"moduleResolution": "node",
"target": "ESNext",
"strictNullChecks": false,
"allowSyntheticDefaultImports": true,
},
"include": ["*.spec.js", "types.d.ts", "*.spec.ts"]
}