Files
GlobalProtect-openconnect/apps/gpgui-helper/tsconfig.node.json
2024-02-18 05:30:32 -05:00

11 lines
213 B
JSON

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