mirror of
https://github.com/vuejs/vue.git
synced 2024-11-21 20:28:54 +00:00
9 lines
126 B
JSON
9 lines
126 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./temp",
|
|
"types": []
|
|
},
|
|
"include": ["src"]
|
|
}
|