cjs.json 335 B

1234567891011121314
  1. {
  2. "$schema": "https://json.schemastore.org/tsconfig",
  3. "compilerOptions": {
  4. "module": "CommonJS",
  5. "moduleResolution": "Node",
  6. "esModuleInterop": true,
  7. "target": "ES2022",
  8. "lib": ["ES2022", "ESNext.Disposable", "DOM"],
  9. "sourceMap": true,
  10. "strict": true,
  11. "skipLibCheck": true,
  12. "useUnknownInCatchVariables": false
  13. }
  14. }