{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "outDir": "plugin", "rootDir": "plugin", "declaration": false, "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "allowJs": true }, "include": ["plugin/**/*.ts"], "exclude": ["plugin/**/*.js"] }