DefinitelyTyped/body-parser/tsconfig.json
Tomek Łaziuk 9de4486dbe tests
2017-02-11 00:58:28 +01:00

24 lines
475 B
JSON

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