react-popout
Version:
Wraps window.open in a react component, allowing the contents to be part of your react render tree
23 lines (22 loc) • 425 B
JSON
{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"declaration": true,
"outDir": "dist/",
"lib": [
"es2020", "dom"
],
"jsx": "react",
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true,
"alwaysStrict": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
},
"include": ["lib"],
"exclude": [
"node_modules"
]
}