playwright/test/tsconfig.json

11 lines
254 B
JSON
Raw Normal View History

2020-02-10 21:26:51 +01:00
{
"compilerOptions": {
"allowJs": true,
"checkJs": false,
"noEmit": true,
"moduleResolution": "node",
"target": "ESNext",
"strictNullChecks": false,
},
"include": ["*.spec.js", "types.d.ts"]
}