Files
DefinitelyTyped/protractor-helpers/tsconfig.json
2016-12-08 09:57:56 -08:00

17 lines
358 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"protractor-helpers-tests.ts"
]
}