ConceptPortal-public/rsconcept/frontend/tsconfig.vite.json
Ivan 1c904f965c
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
R: Setup testing environment and mocks
2025-03-02 21:23:34 +03:00

16 lines
296 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"baseUrl": "./src/",
"paths": {
"@/*": ["*"]
}
},
"include": ["vite.config.ts", "package.json"]
}