2
0
mirror of https://github.com/Ride-The-Lightning/RTL synced 2024-11-09 13:10:44 +00:00
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": [
"./**/*"
]
}