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