ant-design-mini/tsconfig.json
DiamondYuan f3bb78bfd8
Slider 适配微信 (#935)
* feat: slider 适配微信

* fix: 更新 demo

---------

Co-authored-by: DiamondYuan <fandi.yfd@antgroup.com>
2023-11-17 14:28:45 +08:00

29 lines
627 B
JSON

{
"compilerOptions": {
"target": "ES5",
"module": "ES6",
"skipLibCheck": true,
"esModuleInterop": true,
"moduleResolution": "node",
"importHelpers": true,
"declaration": true,
"rootDir": "./",
"noImplicitThis": false,
"jsx": "preserve",
"types": ["@mini-types/alipay", "node"],
"paths": {
"tests/*": ["./tests/*"],
"compiled-alipay/*": ["./compiled/alipay/src/*"],
"tsxml": ["./src/tsxml/index.tsx"]
}
},
"include": [
"src/**/*",
"./typings/**/*",
"demo/**/*",
"tests/**/*",
"demo/wechat.d.ts"
],
"exclude": ["node_modules"]
}