Files
DefinitelyTyped/url-join/tsconfig.json
Rogier Schouten 477908eeba Add typings for url-join. (#11784)
* Add typings for url-join.

* process review comment
2016-10-08 10:33:27 -07:00

19 lines
399 B
JSON

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