2
0
mirror of https://github.com/Ride-The-Lightning/RTL synced 2024-11-19 15:25:29 +00:00
RTL/server/tsconfig.server.json

11 lines
149 B
JSON
Raw Normal View History

2023-10-04 00:35:13 +00:00
{
2023-10-04 20:49:39 +00:00
"extends": "../tsconfig.json",
"compilerOptions": {
"baseUrl": "../",
"outDir": "../backend",
},
"include": [
"./**/*"
]
}
2023-10-04 00:35:13 +00:00