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