2021-07-13 19:38:05 +00:00
|
|
|
{
|
2022-03-01 04:19:07 +00:00
|
|
|
"extends": "../tsconfig.json",
|
2021-07-13 19:38:05 +00:00
|
|
|
"compilerOptions": {
|
2022-03-01 04:19:07 +00:00
|
|
|
"composite": true,
|
2021-07-14 20:38:57 +00:00
|
|
|
"rootDir": "src",
|
|
|
|
"outDir": "build"
|
|
|
|
}
|
2021-07-13 19:38:05 +00:00
|
|
|
}
|