DefinitelyTyped/react-router/v2/tsconfig.json
2017-01-26 14:17:05 +09:00

28 lines
618 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../../",
"typeRoots": [
"../../"
],
"paths": {
"history": ["history/v2"],
"react-router": ["react-router/v2"],
"react-router/*": ["react-router/v2/*"]
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts"
]
}