nginx-proxy-manager/frontend/tsconfig.node.json
Jamie Curnow fadec9751e
React
2025-10-02 08:10:42 +10:00

10 lines
200 B
JSON

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