microsoft/qdk

Public

mirrored fromhttps://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
26213b30ebaf3dc5e2f7c727e3975dfeb533baf1

Branches

Tags

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

Clone

HTTPS

Download ZIP

npm/qsharp/src/tsconfig.json

15lines · modecode

1{
2 "compilerOptions": {
3 "module": "es2020",
4 "moduleResolution": "bundler",
5 "resolveJsonModule": true,
6 "target": "ES2020",
7 "lib": ["DOM", "ES2020"],
8 "outDir": "../dist",
9 "declaration": true,
10 "strict": true /* enable all strict type-checking options */,
11 "isolatedModules": true,
12 "skipLibCheck": false /* to catch errors in the wasm-bindgen generated .d.ts */,
13 "types": ["node", "three"]
14 }
15}
16