mirror of
https://github.com/AtHeartEngineering/bandada.git
synced 2026-01-09 16:27:54 -05:00
9 lines
157 B
JSON
9 lines
157 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declarationDir": "./types"
|
|
},
|
|
"include": ["src"]
|
|
}
|