atmosphere explorer forked from pds.ls/pdsls
Something went wrong. Try again.
123456789101112131415161718192021222324{ "compilerOptions": { "target": "ESNext", "lib": ["ESNext"], "types": ["node"], "module": "ESNext", "skipLibCheck": true,
/* Bundler mode */ "moduleResolution": "bundler", "allowImportingTsExtensions": true, "isolatedModules": true, "moduleDetection": "force", "noEmit": true,
/* Linting */ "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true }, "include": ["vite.config.ts"]}