mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 07:27:09 +08:00
10 lines
131 B
JSON
10 lines
131 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "../..",
|
|
},
|
|
"exclude": [
|
|
"**/dist/**/*"
|
|
],
|
|
}
|