yunohost-admin/app/tsconfig.node.json
2024-05-30 00:39:20 +02:00

14 lines
294 B
JSON

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