1
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user