Files
microsoft__playwright-cli/tsconfig.json
T
Andrey Lushnikov 0f79f41fe2 chore: staging commit
This is a migration of https://github.com/microsoft/playwright/pull/2586
into a separate repository.
2020-06-19 17:56:38 -07:00

16 lines
328 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "commonjs",
"lib": ["esnext", "dom", "DOM.Iterable"],
"sourceMap": true,
"rootDir": "./src",
"outDir": "./lib",
"strict": true,
"declaration": false
},
"compileOnSave": true,
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
}