DefinitelyTyped/http-link-header/tsconfig.json
Christian Rackerseder 2dc8844b1a Updated tsconfig.json
2017-01-06 12:30:07 +01:00

21 lines
439 B
JSON

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