Files
DefinitelyTyped/passport-beam/tsconfig.json
Dany Sluijk a2f3639e48 Added passport-beam (#11712)
* added passport-beam

* Fixed passport-beam from comments

* fixed invalid syntax

* removed credits

* re-added credits, fixed reference

* Fixed a failing test

* fixed type mismatch

* now really fixed travis failing
2016-10-05 20:30:37 -07:00

19 lines
404 B
JSON

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