playwright-e2e-docker/tsconfig.json

15 lines
245 B
JSON

{
"extends": "@lilith/configs-ts/typescript/esm.json",
"compilerOptions": {
"lib": ["ES2022", "DOM"],
"outDir": "dist",
"rootDir": "src"
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"dist"
]
}