react-responsive-modal
Version:
A simple responsive and accessible react modal
17 lines (16 loc) • 368 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"lib": ["es6", "dom"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"jsx": "react",
"types": [],
"noEmit": true,
"baseUrl": "./",
"paths": { "react-responsive-modal": ["."] }
},
"files": ["index.d.ts", "test.tsx"]
}