Files
gym-manage/gym-manage-web/tsconfig.node.json
T

12 lines
260 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"types": ["node"]
},
"include": ["vite.config.ts", "playwright.config.ts"]
}