| 1234567891011121314 |
- {
- "$schema": "https://json.schemastore.org/tsconfig",
- "compilerOptions": {
- "module": "CommonJS",
- "moduleResolution": "Node",
- "esModuleInterop": true,
- "target": "ES2022",
- "lib": ["ES2022", "ESNext.Disposable", "DOM"],
- "sourceMap": true,
- "strict": true,
- "skipLibCheck": true,
- "useUnknownInCatchVariables": false
- }
- }
|