DefinitelyTyped/types/react-resizable/tsconfig.json

18 lines
462 B
JSON
Raw Permalink Normal View History

{
"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"]
}