DefinitelyTyped/types/react-resizable/tsconfig.json
Harry Brundage 8be301717e
Add typings for react-resizable
- Package structure created via dtsgen
 - Initial typings generated from package version 1.7 using flow2ts
 - Types and tests edited by me to be nice and crispy
 - I am using this in a project myself and I figured it's time to upstream!
2019-02-22 19:53:36 -05:00

18 lines
462 B
JSON

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