UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

18 lines (17 loc) 373 B
{ "extends": "./tsconfig.base.json", "compileOnSave": false, "compilerOptions": { "baseUrl": "./", "rootDir": ".", "module": "CommonJS", "moduleResolution": "Node", "resolveJsonModule": true, "esModuleInterop": true, "skipLibCheck": true, "target": "ES2022", "typeRoots": [ "node_modules/@types" ] } }