qiskit-documentation/tsconfig.json

17 lines
327 B
JSON

{
"compilerOptions": {
"target": "es2021",
"module": "ESNext",
"allowJs": false,
"strict": true,
"esModuleInterop": true,
"moduleResolution": "node",
"declaration": true,
"outDir": "./dist",
"incremental": true,
"skipLibCheck": true
},
"include": ["scripts/js"],
"exclude": []
}