UNPKG

@rsc-labs/create-nocto-app

Version:

15 lines (14 loc) 310 B
{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "jsx": "react-jsx", "moduleResolution": "bundler", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "types": ["vite/client"] }, "include": ["src"] }