UNPKG

@zhanghongping/json-sage-workflow-cli

Version:

An intelligent JSON processing workflow system with improved error handling and configuration

20 lines (19 loc) 480 B
{ "compilerOptions": { "target": "es2018", "module": "commonjs", "lib": ["es2018", "dom"], "declaration": true, "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "moduleResolution": "node", "types": ["node", "jest"] }, "include": ["src/**/*"], "exclude": ["node_modules", "**/*.test.ts", "dist"] }