mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2025-02-22 06:21:49 +01:00
11 lines
No EOL
149 B
JSON
11 lines
No EOL
149 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "../",
|
|
"outDir": "../backend",
|
|
},
|
|
"include": [
|
|
"./**/*"
|
|
]
|
|
}
|
|
|