Ben Lin
2024-06-07 62541dd3e9ea18836bec9ab6f35d2a7b9dd1e741
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
 
  }
}