react-iframe
Version:
Easy peasy lemon squeezy iframes with react
21 lines (20 loc) • 383 B
JSON
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"declaration": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"esModuleInterop": true,
"moduleResolution": "node",
"target": "es2015",
"module": "amd",
"jsx": "react",
"baseUrl": ""
},
"include": [
"src"
],
"exclude": [
"node_modules"
]
}