1
0
mirror of synced 2026-04-14 21:19:18 +08:00
Files
tmagic-editor/playground/tsconfig.json
2026-04-07 18:25:35 +08:00

9 lines
104 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
},
"exclude": [
"**/dist/**/*"
],
}