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