yunohost-admin/app/tsconfig.node.json

15 lines
294 B
JSON
Raw Normal View History

2024-05-17 16:39:50 +02:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true,
"types": [
"node"
]
},
"include": ["vite.config.ts"]
}