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