Files
DefinitelyTyped/jest/v16/tsconfig.json
Alexey Svetliakov 2ad8a85892 Wildcard in path
2017-01-26 18:46:02 +01:00

28 lines
571 B
JSON

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