partey_workadventure/desktop/local-app/tsconfig.node.json

10 lines
184 B
JSON
Raw Normal View History

2022-02-20 20:30:53 +01:00
{
"compilerOptions": {
"composite": true,
"module": "esnext",
2022-02-22 10:05:21 +01:00
"moduleResolution": "node",
"allowSyntheticDefaultImports": true
2022-02-20 20:30:53 +01:00
},
"include": ["vite.config.ts"]
}