first commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"module": "commonjs",
|
||||
"lib": ["ES2020"],
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"resolveJsonModule": true,
|
||||
"outDir": "dist",
|
||||
"rootDir": ".",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@helpers/*": ["helpers/*"]
|
||||
}
|
||||
},
|
||||
"include": ["tests/**/*.ts", "helpers/**/*.ts", "playwright.config.ts"],
|
||||
"exclude": ["node_modules", "dist", "playwright-report", "test-results"]
|
||||
}
|
||||
Reference in New Issue
Block a user