1 Star 0 Fork 0

anonym/anytype-ts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
Andrew Simachev 提交于 2024-02-02 14:15 . rework webpack config
{
"compilerOptions": {
"outDir": "./dist/",
"sourceMap": true,
"noImplicitAny": false,
"module": "esnext",
"target": "es2017",
"jsx": "react",
"resolveJsonModule": true,
"moduleResolution": "Node",
"experimentalDecorators": false,
"allowSyntheticDefaultImports": true,
"allowJs": true,
"baseUrl": "./src",
"paths": {
"json": [
"json"
],
"Component/*": [
"ts/component/*"
],
"Component": [
"ts/component"
],
"Interface/*": [
"ts/interface/*"
],
"Interface": [
"ts/interface"
],
"Docs/*": [
"ts/docs/*"
],
"Docs": [
"ts/docs"
],
"Lib/*": [
"ts/lib/*"
],
"Lib": [
"ts/lib"
],
"Model/*": [
"ts/model/*"
],
"Model": [
"ts/model"
],
"Store/*": [
"ts/store/*",
],
"Store": [
"ts/store",
],
"dist/*": [
"../dist/*"
],
}
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules/**/*",
"dist/**/*",
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/anonyteam/anytype-ts.git
git@gitee.com:anonyteam/anytype-ts.git
anonyteam
anytype-ts
anytype-ts
main

搜索帮助