1 Star 1 Fork 1K

前端代码工具库 / amis

forked from 百度开源 / amis 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.70 KB
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"outDir": "lib",
"rootDir": "./",
"module": "commonjs",
"target": "es5",
"lib": ["ES6", "DOM", "ES2015", "ES2021"],
"jsx": "react",
"moduleResolution": "node",
"importHelpers": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceRoot": "",
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitAny": true,
"strictNullChecks": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"skipLibCheck": true,
"downlevelIteration": true,
"composite": true,
"allowJs": true,
"baseUrl": "./",
"paths": {
"amis-core": ["./packages/amis-core/src/index.tsx"],
"amis-formula": ["./packages/amis-formula/src/index.ts"],
"amis-ui": ["./packages/amis-ui/src/index.tsx"],
"amis": ["./packages/amis/src/index.tsx"],
"office-viewer": ["./packages/office-viewer/src/index.ts"],
"amis-editor-core": ["./packages/amis-editor-core/src/index.ts"],
"amis-editor": ["./packages/amis-editor/src/index.tsx"],
"amis-theme-editor-helper": [
"./packages/amis-theme-editor-helper/src/index.ts"
]
}
},
"watchOptions": {
"watchFile": "useFsEvents",
"watchDirectory": "useFsEvents",
"fallbackPolling": "dynamicPriority",
"synchronousWatchDirectory": true,
"excludeDirectories": ["**/node_modules"]
},
"types": ["typePatches"],
"references": [],
"include": [
"**/*.ts",
"**/*.tsx",
"**/*.jsx",
"scripts/fis3plugin.ts",
"scripts/markdownPlugin.ts",
"scripts/mockApiPlugin.ts",
"packages/amis-ui/src/custom.d.ts",
"examples/polyfills/cloest.js",
"examples/polyfills/classList.js"
]
}
TypeScript
1
https://gitee.com/tomxiang/amis.git
git@gitee.com:tomxiang/amis.git
tomxiang
amis
amis
master

搜索帮助