hashtag-manager/tsconfig.node.json

10 lines
184 B
JSON
Raw Permalink Normal View History

2023-09-20 22:06:13 +02:00
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}