UNPKG

namaste-react

Version:

a npm package to create a simple react app

16 lines (15 loc) 353 B
{ "compilerOptions": { "target": "esnext", "lib": ["dom", "esnext"], "jsx": "react-jsx", "module": "esnext", "moduleResolution": "node", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src"], "exclude": ["node_modules"] }