26 строки
525 B
JSON
26 строки
525 B
JSON
{
|
|
"extends": "@vue/tsconfig",
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"lib": ["DOM", "ESNext"],
|
|
"outDir": "./dist",
|
|
"rootDir": "lib/",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"target": "ESNext",
|
|
"sourceMap": true,
|
|
"plugins": [
|
|
{ "name": "typescript-plugin-css-modules" }
|
|
]
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist",
|
|
"build"
|
|
],
|
|
"vueCompilerOptions": {
|
|
"target": 2.7
|
|
}
|
|
} |