mirror of
https://gitee.com/vuejs/vue.git
synced 2024-11-29 18:47:39 +08:00
9 lines
126 B
JSON
9 lines
126 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./temp",
|
|
"types": []
|
|
},
|
|
"include": ["src"]
|
|
}
|