baywatch
Version:
Advanced capabilities for **Nightwatch** incl. API tests, TypeScript support, and plugin support. :robot:
25 lines (24 loc) • 474 B
JSON
{
"compilerOptions": {
"declaration": true,
"noImplicitAny": false,
"removeComments": false,
"noLib": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es6",
"sourceMap": true,
"outDir": "./dist",
"skipLibCheck": true,
"lib": ["dom", "es2018"],
"moduleResolution": "node",
"module": "esnext",
"jsx": "react"
},
"include": [
"./src"
],
"exclude": [
"node_modules"
]
}