mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 07:27:09 +08:00
17 lines
294 B
JSON
17 lines
294 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declaration": true,
|
|
"declarationDir": "types",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"outDir": "./types",
|
|
"paths": {
|
|
"@editor/*": ["src/*"],
|
|
},
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
}
|