Files
manifold-workflow-engine/tsconfig.json
2024-11-14 23:37:22 -05:00

12 lines
252 B
JSON

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