tsconfig.json 83 B

123456
  1. {
  2. "compilerOptions": {
  3. "jsx": "preserve",
  4. "jsxImportSource": "vue"
  5. }
  6. }