StructV2/tsconfig.json
Phenom 72fcf5394a 基本重构完成
底层渲染库舍弃 zrender,换为 antvG6
2021-04-06 21:45:11 +08:00

15 lines
164 B
JSON

{
"compilerOptions": {
"target": "ES2015",
"module": "commonJS",
"removeComments": true
},
"exclude": [
"node_modules"
]
}