tsconfig.schema.json 186 B

123456789
  1. {
  2. "$schema": "https://json.schemastore.org/tsconfig",
  3. "additionalProperties": false,
  4. "properties": {},
  5. "files": [],
  6. "references": [],
  7. "compilerOptions": {}
  8. }