{ "extends": "@plane/typescript-config/base.json", "compilerOptions": { "module": "NodeNext", "moduleResolution": "NodeNext", "lib": ["ES2015"], "outDir": "./dist", "rootDir": ".", "baseUrl": ".", "paths": { "@/*": ["./src/*"], "@/plane-live/*": ["./src/ce/*"] }, "removeComments": true, "esModuleInterop": true, "skipLibCheck": true, "sourceMap": true, "inlineSources": true, // Set `sourceRoot` to "/" to strip the build path prefix // from generated source code references. // This improves issue grouping in Sentry. "sourceRoot": "/" }, "include": ["src/**/*.ts", "tsup.config.ts"], "exclude": ["./dist", "./build", "./node_modules"] }