UNPKG

@jianmu/json-schema-editor-vue3

Version:

A json-schema editor of high efficient and easy-to-use, base on Vue3

20 lines (19 loc) 284 B
{ "compilerOptions": { "target": "es5", "module": "esnext", "baseUrl": "./", "moduleResolution": "node", "paths": { "@/*": [ "examples/*" ] }, "lib": [ "esnext", "dom", "dom.iterable", "scripthost" ] } }