Files
amcs/ui/tsconfig.node.json
2026-04-05 09:40:38 +02:00

9 lines
154 B
JSON

{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"allowSyntheticDefaultImports": true
}
}