mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2024-11-19 01:40:29 +01:00
11 lines
149 B
JSON
11 lines
149 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "../",
|
|
"outDir": "../backend",
|
|
},
|
|
"include": [
|
|
"./**/*"
|
|
]
|
|
}
|
|
|