{ "compileOnSave": true, "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "Node16", "esModuleInterop": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "inlineSourceMap":true, "noImplicitThis": true, "noUnusedLocals": true, "stripInternal": true, "skipLibCheck": true, "pretty": true, "declaration": true, "forceConsistentCasingInFileNames": true, "typeRoots": [ "./typings", "./node_modules/@types"], "outDir": "dist", "rootDir": "src", "preserveWatchOutput": true }, "exclude": [ "*.js", "*.ts", "dist", "node_modules", "test" ], "references": [ { "path": "../../libs/midway-flyway-js" }, { "path": "../../libs/lib-k8s" }, { "path": "../../libs/lib-huawei" }, { "path": "../../plugins/plugin-cert" }, { "path": "../../core/acme-client" }, { "path": "../../core/pipeline" } ] }