VChart/packages/taro-vchart/tsconfig.eslint.json
2023-06-05 13:42:06 +08:00

12 lines
277 B
JSON

{
"extends": "@internal/ts-config/tsconfig.base.json",
"compilerOptions": {
"types": ["jest", "offscreencanvas", "node"],
"lib": ["DOM", "ESNext"],
"baseUrl": "./",
"rootDir": "./"
},
"include": ["src", "gallery"]
// "exclude": ["bugserver-config"]
}