ConceptPortal-public/rsconcept/frontend/tsconfig.vite.json

16 lines
296 B
JSON
Raw Normal View History

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"baseUrl": "./src/",
"paths": {
"@/*": ["*"]
}
},
2025-03-02 19:42:19 +03:00
"include": ["vite.config.ts", "package.json"]
}