| 12345678910111213141516171819202122 |
- {
- "extends": "@vue/tsconfig/tsconfig.dom.json",
- "include": [
- "env.d.ts",
- "src/**/*",
- "src/**/*.vue",
- "src/**/*.json",
- "monument/main.ts",
- "tongyan/main.ts",
- "bookFair/main.ts",
- "birds/main.ts",
- "wedding/main.ts"
- ],
- "exclude": ["src/**/__tests__/*"],
- "compilerOptions": {
- "composite": true,
- "baseUrl": ".",
- "paths": {
- "@/*": ["./src/*"]
- }
- }
- }
|