mirror of
https://github.com/chrononeko/chronocat.git
synced 2024-11-22 07:07:53 +00:00
11 lines
132 B
JSON
11 lines
132 B
JSON
|
{
|
||
|
"extends": "../../../tsconfig.base",
|
||
|
"compilerOptions": {
|
||
|
"rootDir": ".."
|
||
|
},
|
||
|
"include": [
|
||
|
".",
|
||
|
"../src"
|
||
|
]
|
||
|
}
|