mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 06:28:14 -04:00
10 lines
122 B
JSON
10 lines
122 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true
|
|
},
|
|
"ts-node": {
|
|
"transpileOnly": true,
|
|
"compilerOptions": {}
|
|
}
|
|
}
|