1 2 3 4 5 6 7 8 9 10 11 12 13
{ "compilerOptions": { "target": "ES2021", "module": "ESNext", "moduleResolution": "bundler", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "declaration": true, "outDir": "dist" }, "include": ["guest-js"] }