spacedrive/apps/landing/server/tsconfig.json
2023-01-16 17:18:20 -08:00

10 lines
122 B
JSON

{
"compilerOptions": {
"esModuleInterop": true
},
"ts-node": {
"transpileOnly": true,
"compilerOptions": {}
}
}