RoadSign/pkg/sideload/view/tsconfig.node.json

11 lines
213 B
JSON
Raw Normal View History

2024-01-01 10:07:21 +00:00
{
"compilerOptions": {
"composite": true,
2024-01-25 16:00:07 +00:00
"skipLibCheck": true,
2024-01-01 10:07:21 +00:00
"module": "ESNext",
2024-01-25 16:00:07 +00:00
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
2024-01-01 10:07:21 +00:00
}