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

31 lines
701 B
JSON

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