Files
galaxy/client-api/tsconfig.node.json
T
2025-05-08 16:59:25 -04:00

10 lines
218 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["src/examples/**/*.ts"]
}