UNPKG

react-universal-container

Version:

Allows React and React-Native front end Components to use the same properties, and gives you the ability to write your important code once.

19 lines (18 loc) 451 B
{ "compilerOptions": { "jsx": "react", "target": "es5", "experimentalDecorators": true, "preserveConstEnums": true, "outDir": "js", "skipDefaultLibCheck": true, "allowSyntheticDefaultImports": true, "sourceMap": false, "rootDir": "ts", "moduleResolution": "node", "declaration": true }, "include": [ "ts/react-universal-container.tsx" ] }