Ben Lin
2024-10-27 914c18aa66a7fbde2d54a05cdf583138bf7f230b
1
2
3
4
5
6
7
8
9
10
{
  "$schema": "https://json.schemastore.org/tsconfig",
  "display": "Vue Application",
  "extends": "./base.json",
  "compilerOptions": {
    "jsx": "preserve",
    "lib": ["ESNext", "DOM"],
    "noImplicitAny": false
  }
}