mirror of
https://github.com/moeru-ai/airi.git
synced 2026-05-18 06:31:37 +00:00
11 lines
184 B
JSON
11 lines
184 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
|
"types": []
|
|
},
|
|
"include": [
|
|
"./src/**/*",
|
|
"./index.ts"
|
|
]
|
|
}
|