DefinitelyTyped/lorem-ipsum/tsconfig.json
durad 2f4008caa8 Added definition for lorem-ipsum (#14161)
* Implemented match, isMath and find

* Added all functions

* Made options optional.

* Added tslint.json and fixed lint errors

* Fixed definition for mapping function

* Fixed issue with strict nulls

* Added definition for lorem-ipsum
2017-01-21 12:59:37 -08:00

21 lines
434 B
JSON

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