ConceptPortal-public/rsconcept/frontend/tsconfig.vite.json
Ivan 66fde1bd0e
Some checks failed
Frontend CI / build (22.x) (push) Waiting to run
Backend CI / build (3.12) (push) Has been cancelled
M: Setup testing mocks
2025-03-02 19:42:19 +03:00

16 lines
320 B
JSON

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