1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 02:12:38 +01:00
client/tsconfig.node.json

11 lines
200 B
JSON
Raw Normal View History

2023-09-06 20:55:23 +02:00
{
2024-02-28 04:40:34 +01:00
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
2023-09-06 20:55:23 +02:00
}