{ "extends": "../../tsproject.json", "compilerOptions": { "module": "CommonJS", "target": "ES2019", "esModuleInterop": true, "lib": ["es2019", "es2020.bigint", "es2020.string", "es2020.symbol.wellknown"], "outDir": "../../dist/vite-plugin", "rootDir": ".", "skipLibCheck": true }, "references": [ { "path": "../bin" } ] }