docker-nginx2 / frontend /tsconfig.node.json
hamza82's picture
make this code runable and solve error
1201570
raw
history blame
223 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}