mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-08-07 05:18:38 +00:00
13 lines
292 B
JSON
13 lines
292 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
|
"moduleResolution": "bundler",
|
|
"module": "ESNext",
|
|
"rootDir": "./src",
|
|
"outDir": "./lib",
|
|
"types": ["node"],
|
|
},
|
|
"include": ["./src"],
|
|
}
|