Files
nym/nym-vpn/ui/tsconfig.node.json
T
pierre bf500948b2 init
2023-10-23 14:07:31 +02:00

11 lines
213 B
JSON

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