copilot-api / desktop /tsconfig.web.json
imspsycho's picture
Initial upload from Google Colab
98c9143 verified
Raw
History Blame Contribute Delete
163 Bytes
{
"extends": "./tsconfig.base.json",
"include": ["src/**/*"],
"compilerOptions": {
"composite": true,
"lib": ["ESNext", "DOM", "DOM.Iterable"]
}
}