UNPKG

@proofkit/cli

Version:

Create web application with the ProofKit stack

15 lines (14 loc) 253 B
{ "compilerOptions": { "strict": true, "esModuleInterop": true, "jsx": "react-jsx", "target": "ESNext", "module": "ESNext", "moduleResolution": "Bundler", "noEmit": true, "paths": { "@/*": ["./src/*"] } } }