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