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