Files
DefinitelyTyped/faker/v3/tsconfig.json
2017-03-08 13:52:41 -08:00

26 lines
515 B
JSON

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