Files
manifold-workflow-engine/tsconfig.json
Geoff Seemueller 22fa9597ca Update dependencies and add logging
Upgraded package.json to version 1.1.0 and added several development dependencies. Introduced a logger for better tracking of operations. Additionally, improved type definitions across the project and integrated enhanced ESLint configurations.
2024-11-15 00:08:01 -05:00

12 lines
270 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"moduleResolution": "node",
"types": ["bun", "src/types.d.ts"]
}
}