Files
fe_portserver/front_end_portserver_old/tsconfig.node.json
2023-11-07 09:34:30 +07:00

11 lines
213 B
JSON

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