1 Star 0 Fork 0

Dalong/jupyterlab_apod

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 582 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dalong 提交于 2024-12-01 00:57 . Seed apod project from extension template
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"composite": true,
"declaration": true,
"esModuleInterop": true,
"incremental": true,
"jsx": "react",
"lib": ["DOM", "ES2018", "ES2020.Intl"],
"module": "esnext",
"moduleResolution": "node",
"noEmitOnError": true,
"noImplicitAny": true,
"noUnusedLocals": true,
"preserveWatchOutput": true,
"resolveJsonModule": true,
"outDir": "lib",
"rootDir": "src",
"strict": true,
"strictNullChecks": true,
"target": "ES2018"
},
"include": ["src/*"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/daloong/jupyterlab_apod.git
[email protected]:daloong/jupyterlab_apod.git
daloong
jupyterlab_apod
jupyterlab_apod
master

搜索帮助