1
0
mirror of synced 2026-03-24 03:38:34 +08:00
Files
tmagic-editor/packages/element-plus-adapter/tsconfig.build.json
2022-12-06 20:58:56 +08:00

14 lines
234 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"declaration": true,
"declarationDir": "types",
"forceConsistentCasingInFileNames": true,
"paths": {},
},
"include": [
"src"
],
}