| 12345678910111213141516 |
- {
- "files": [],
- "compilerOptions": {
- "paths": {
- "@/*": ["./src/*"],
- "@components/*": ["./src/components/*"],
- "@style/*": ["./src/styles/*"],
- "@images/*": ["./src/assets/static/images/*"],
- "types/*": ["./types/*"]
- }
- },
- "references": [
- { "path": "./tsconfig.app.json" },
- { "path": "./tsconfig.node.json" }
- ]
- }
|