DefinitelyTyped/types/saml20/tsconfig.json
HackerUndKoch 1c793324df Add types for "saml20" (#18409)
* add saml20 typings

* Fix  index to meet linting requirements

* Fix  ParseCallback argument type

* Remove weird Mac chars
2017-07-26 10:35:10 -07:00

22 lines
449 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"saml20-tests.ts"
]
}