{ "compilerOptions": { "target": "es2017", "lib": ["ESNext"], "typeRoots": [ "./types", "../node_modules/celebrate/lib", "../node_modules/@types" ], "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "moduleResolution": "node", "module": "commonjs", "baseUrl": "..", "paths": { "@qinglong/runtime-core": ["packages/ql3-runtime-core/src/index.ts"] }, "pretty": true, "sourceMap": true, "outDir": "../static/build", "allowJs": true, "noEmit": false, "esModuleInterop": true }, "include": ["./**/*"], "exclude": ["node_modules"] }