mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-10 12:57:42 +03:00
17 lines
341 B
JSON
17 lines
341 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"target": "ESNext",
|
|
"module": "commonjs",
|
|
"lib": ["esnext", "dom"],
|
|
"sourceMap": true,
|
|
"rootDir": "./src",
|
|
"outDir": "./lib",
|
|
"strictBindCallApply": true
|
|
},
|
|
"compileOnSave": true,
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|