[READ-ONLY] Mirror of https://github.com/danielroe/nitro-vite-repros.
0

Configure Feed

Select the types of activity you want to include in your feed.

nitro-vite-repros / tsconfig.json
268 B 12 lines
1{ 2 "compilerOptions": { 3 "target": "ES2022", 4 "module": "ESNext", 5 "moduleResolution": "Bundler", 6 "strict": true, 7 "esModuleInterop": true, 8 "allowImportingTsExtensions": false, 9 "noEmit": true 10 }, 11 "include": ["src/**/*", "vite.config.ts"] 12}