azure-sdk-for-js/tsconfig.nonlib.json

10 строки
159 B
JSON

{
"compilerOptions": {
"target": "ES2023",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noEmit": true,
"composite": true
}
}