mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-02 12:07:39 +08:00
11 lines
164 B
JSON
11 lines
164 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"strict": true,
|
||
|
"lib": [
|
||
|
"es2015", "dom"
|
||
|
]
|
||
|
},
|
||
|
"include": [
|
||
|
"./*.ts"
|
||
|
]
|
||
|
}
|