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