Spaces:
Sleeping
Sleeping
| { | |
| "extends": "@vue/tsconfig/tsconfig.dom.json", | |
| "compilerOptions": { | |
| "composite": true, | |
| "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", | |
| "strict": false, | |
| "noUnusedLocals": false, | |
| "noUnusedParameters": false, | |
| "noFallthroughCasesInSwitch": false, | |
| "baseUrl": "./", | |
| "paths": { | |
| "@/*": [ | |
| "./src/*" | |
| ] | |
| } | |
| }, | |
| "include": [ | |
| "src/**/*.ts", | |
| "src/**/*.vue", | |
| "api" | |
| ] | |
| } | |