admin.1f349.com/tsconfig.node.json

11 lines
195 B
JSON
Raw Normal View History

2023-10-19 11:34:22 +01:00
{
"compilerOptions": {
"target": "ESNext",
2023-10-19 11:34:22 +01:00
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler"
},
"include": ["vite.config.ts"]
}