Files
DefinitelyTyped/jmespath/tsconfig.json
Jeffery Grajkowski f4e385218b Added JMESPath 0.15.0 (#14685)
* Added JMESPath 0.15.0

* Added tslint to jmespath

* Fix linting issue.
2017-03-10 16:13:26 -08:00

23 lines
452 B
JSON

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