microsoft/qdk
Publicmirrored fromhttps://github.com/microsoft/qdkAvailable
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 | |