1
0
mirror of synced 2025-12-08 10:07:54 +08:00
Files
tmagic-editor/runtime/react-runtime-help/tsconfig.build.json
2024-12-09 20:21:34 +08:00

12 lines
208 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"declaration": true,
"sourceMap": false,
"types": ["node"],
},
"include": ["./src"],
}