Ride-The-Lightning-RTL/server/tsconfig.server.json

11 lines
149 B
JSON
Raw Normal View History

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