mirror of
https://github.com/modelstudioai/cli.git
synced 2026-09-14 19:49:23 +08:00
11 lines
230 B
JSON
11 lines
230 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext",
|
|
"customConditions": ["@bailian-cli/source"],
|
|
"allowImportingTsExtensions": true,
|
|
"esModuleInterop": true
|
|
}
|
|
}
|