Ride-The-Lightning-RTL/server/tsconfig.server.json
ShahanaFarooqui 1acbfab1de Lint config
2023-10-04 13:49:39 -07:00

11 lines
149 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"baseUrl": "../",
"outDir": "../backend",
},
"include": [
"./**/*"
]
}