mirror of
https://github.com/modelstudioai/cli.git
synced 2026-09-14 19:49:23 +08:00
10 lines
181 B
JSON
10 lines
181 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext",
|
|
"allowImportingTsExtensions": true,
|
|
"esModuleInterop": true
|
|
}
|
|
}
|