Path: blob/main/src/webui/quarto-preview/tsconfig.json
6463 views
{1"$schema": "https://json.schemastore.org/tsconfig",2"display": "Default",3"include": ["./src"],4"compilerOptions": {5"composite": false,6"declaration": true,7"declarationMap": true,8"esModuleInterop": true,9"forceConsistentCasingInFileNames": true,10"inlineSources": false,11"isolatedModules": true,12"moduleResolution": "node",13"noUnusedLocals": false,14"noUnusedParameters": false,15"preserveWatchOutput": true,16"skipLibCheck": true,17"strict": true,18"jsx": "react",19"target": "ESNext",20"useDefineForClassFields": true,21"module": "ESNext",22"lib": ["ESNext", "DOM"],23"sourceMap": true,24"resolveJsonModule": true,25"noEmit": true,26"noImplicitReturns": true27}28}2930313233