Portal/rsconcept/frontend/tsconfig.node.json

16 lines
336 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", "tests", "src"]
}