Portal/rsconcept/frontend/tsconfig.vite.json

16 lines
296 B
JSON
Raw Normal View History

2024-06-07 20:17:03 +03:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"baseUrl": "./src/",
"paths": {
"@/*": ["*"]
}
2024-06-07 20:17:03 +03:00
},
2025-03-02 21:21:34 +03:00
"include": ["vite.config.ts", "package.json"]
2024-06-07 20:17:03 +03:00
}