mirror of https://github.com/vuejs/vue.git
11 lines
164 B
JSON
11 lines
164 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"strict": true,
|
||
|
|
"lib": [
|
||
|
|
"es2015", "dom"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"./*.ts"
|
||
|
|
]
|
||
|
|
}
|