playwright/test/tsconfig.json
2020-02-10 12:26:51 -08:00

11 lines
254 B
JSON

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