microsoft/qdk

Public

mirrored from https://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
c8adde746a7aaa0185fd4eac69af19d259ce1faa

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

npm/src/tsconfig.json

12lines · modecode

1{
2 "compilerOptions": {
3 "module": "node16",
4 "target": "ES2020",
5 "lib": ["DOM", "WebWorker", "ES2020"],
6 "outDir": "../dist",
7 "declaration": true,
8 "strict": true /* enable all strict type-checking options */,
9 "isolatedModules": true,
10 "skipLibCheck": true
11 }
12}
13