DefinitelyTyped/react-router/tsconfig.json
2016-05-11 16:32:53 -07:00

18 lines
364 B
JSON

{
"files": [
"index.d.ts",
"react-router-tests.tsx"
],
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"jsx": "react",
"typesSearchPaths": [
"../"
],
"noEmit": true
}
}