14 lines
305 B
JSON
14 lines
305 B
JSON
{
|
|
"extends": "../../tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "vue",
|
|
"paths": {
|
|
"@lingshu/lowcode-create-v2/*": ["./src/*"]
|
|
},
|
|
"declaration": true
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"]
|
|
}
|