ant-design-vue/tsconfig.node.json

8 lines
111 B
JSON
Raw Normal View History

2023-02-23 09:20:38 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"types": ["node"]
}
}