DefinitelyTyped/react-select/tsconfig.json
2016-05-12 15:19:56 -07:00

18 lines
364 B
JSON

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