@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
18 lines (17 loc) • 370 B
JSON
{
"extends": "./tsconfig.base.json",
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"rootDir": ".",
"module": "CommonJS",
"moduleResolution": "Node",
"resolveJsonModule": true,
"esModuleInterop": true,
"skipLibCheck": true,
"target": "ES5",
"typeRoots": [
"node_modules/@types"
]
}
}