Files
noteflow/tsconfig.json
2026-01-24 10:40:30 +00:00

9 lines
136 B
JSON

{
"compilerOptions": {
"types": ["node"],
"skipLibCheck": true
},
"files": [],
"references": [{ "path": "./client" }]
}