mirror of
https://github.com/chrononeko/chronocat.git
synced 2024-11-17 05:08:22 +00:00
11 lines
202 B
JSON
11 lines
202 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
},
|
||
|
"include": [
|
||
|
"../src/config/configEntity.ts",
|
||
|
"../src/satori/types/satoriEntity.ts",
|
||
|
"../src/satori/types/satoriPayloadEntity.ts",
|
||
|
]
|
||
|
}
|