mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
- 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!
18 lines
462 B
JSON
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"]
|
|
}
|