mirror of
https://github.com/moeru-ai/airi.git
synced 2026-05-17 04:20:26 +00:00
15 lines
208 B
JSON
15 lines
208 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"DOM",
|
|
"DOM.Iterable",
|
|
"ESNext"
|
|
],
|
|
"types": []
|
|
},
|
|
"include": [
|
|
"./src/**/*",
|
|
"./index.ts"
|
|
]
|
|
}
|