Commit 17f56a4b authored by 水落(YangLei)'s avatar 水落(YangLei)

增加编辑器配置文件

parent 2f2d90a6
declare module 'vue/types/vue' {
interface Vue {
$t: (s: string) => any;
}
}
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["./index.d.ts"]
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment