| 123456789101112 |
- {
- "extends": "./tsconfig.json",
- "compilerOptions": {
- "paths": {
- "@/*": ["./src/*"],
- "@/assets/*": ["./assets/*"],
- "react": ["./node_modules/@types/react"],
- "react/jsx-runtime": ["./node_modules/@types/react/jsx-runtime"],
- "react/jsx-dev-runtime": ["./node_modules/@types/react/jsx-dev-runtime"]
- }
- }
- }
|