mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-04 23:06:31 +08:00
14 lines
234 B
JSON
14 lines
234 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declaration": true,
|
|
"declarationDir": "types",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"paths": {},
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
}
|