mirror of
https://github.com/chrononeko/chronocat.git
synced 2024-11-16 12:51:39 +00:00
11 lines
142 B
JSON
11 lines
142 B
JSON
{
|
|
"extends": "../../tsconfig.base",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib",
|
|
},
|
|
"include": [
|
|
"src",
|
|
],
|
|
}
|