21 lines
386 B
JSON
21 lines
386 B
JSON
|
|
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"sourceMap": true,
|
|
"allowUnreachableCode": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowJs": true,
|
|
"experimentalDecorators": true,
|
|
"moduleResolution": "node",
|
|
"noImplicitThis": true,
|
|
"noImplicitAny": false,
|
|
"importHelpers": true,
|
|
"jsx": "preserve"
|
|
},
|
|
"include": [
|
|
"*.vue",
|
|
"*",
|
|
"types/typing.d.ts"
|
|
]
|
|
} |