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

11 lines
149 B
JSON
Raw Normal View History

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