AppView in a box as a Vite plugin thing hatk.dev
at main 13 lines 300 B view raw
1{ 2 "compilerOptions": { 3 "target": "esnext", 4 "module": "nodenext", 5 "moduleResolution": "nodenext", 6 "strict": true, 7 "noEmit": true, 8 "allowImportingTsExtensions": true, 9 "resolveJsonModule": true, 10 "skipLibCheck": true 11 }, 12 "exclude": ["node_modules", "dist", "docs"] 13}