Files
modelstudioai__cli/tsconfig.json
T

10 lines
181 B
JSON
Raw Normal View History

2026-05-28 18:37:07 +08:00
{
"compilerOptions": {
"noEmit": true,
"module": "nodenext",
"moduleResolution": "nodenext",
"allowImportingTsExtensions": true,
"esModuleInterop": true
}
}