mirror of https://github.com/vuejs/core.git
15 lines
286 B
JSON
15 lines
286 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"baseUrl": ".",
|
||
|
|
"outDir": "dist",
|
||
|
|
"jsx": "preserve",
|
||
|
|
"module": "esnext",
|
||
|
|
"strict": true,
|
||
|
|
"moduleResolution": "Bundler",
|
||
|
|
"lib": ["esnext", "dom"],
|
||
|
|
"declaration": true,
|
||
|
|
"emitDeclarationOnly": true
|
||
|
|
},
|
||
|
|
"include": ["./src"]
|
||
|
|
}
|