UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

19 lines (18 loc) 478 B
{ // This tsconfig is for gulp. ts-node will look for this file exactly and is not easily configurable. "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" ] } }