16 lines
279 B
Plaintext
16 lines
279 B
Plaintext
{
|
|
"module-config": {
|
|
"prefix": "module-config",
|
|
"scope": "typescript",
|
|
"body": [
|
|
"import type { ModuleConfig } from \"/@/cool\";",
|
|
"",
|
|
"export default (): ModuleConfig => {",
|
|
" return {};",
|
|
"};",
|
|
""
|
|
],
|
|
"description": "module config snippets"
|
|
}
|
|
}
|