DefinitelyTyped/types/url-join/tsconfig.json
Dimitri Benin 9ac607c9d8 [url-join] Update types to v4.0 (#31768)
* [url-join] Move v0 types to sub-dir

* [url-join] Update types to v4.0
2018-12-31 08:02:39 -08:00

24 lines
489 B
JSON

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