tmagic-editor/playground/tsconfig.json
2022-02-17 14:47:39 +08:00

10 lines
125 B
JSON

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