microsoft/typespec
Publicmirrored from https://github.com/microsoft/typespecAvailable
packages/html-program-viewer/tsconfig.json
17lines · modecode
| 1 | { |
| 2 | "extends": "../../tsconfig.base.json", |
| 3 | "references": [{ "path": "../compiler/tsconfig.json" }], |
| 4 | "compilerOptions": { |
| 5 | "incremental": false, |
| 6 | "composite": false, |
| 7 | "module": "NodeNext", |
| 8 | "moduleResolution": "NodeNext", |
| 9 | "sourceMap": false, |
| 10 | "resolveJsonModule": true, |
| 11 | "skipLibCheck": true, |
| 12 | "verbatimModuleSyntax": true, |
| 13 | "jsx": "react-jsx", |
| 14 | "lib": ["DOM", "ES2022"], |
| 15 | "types": ["vite/client", "@testing-library/jest-dom"] |
| 16 | } |
| 17 | } |
| 18 | |