perf: ⬇️ downgrade to es6
This commit is contained in:
parent
0edf8d2634
commit
676b1e0ea2
@ -1,14 +1,15 @@
|
|||||||
{
|
{
|
||||||
"extends": "@vue/tsconfig/tsconfig.json",
|
"extends": "@vue/tsconfig",
|
||||||
"include": ["./src/**/*.ts", "./src/**/*.vue", "**/*.ts"],
|
"include": ["./src/**/*.ts", "./src/**/*.vue", "**/*.ts"],
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowSyntheticDefaultImports": true,
|
"allowSyntheticDefaultImports": true,
|
||||||
"target": "ES2022",
|
|
||||||
"module": "ESNext",
|
|
||||||
"moduleResolution": "Bundler",
|
"moduleResolution": "Bundler",
|
||||||
|
"target": "es6",
|
||||||
|
"module": "es6",
|
||||||
|
"declaration": true,
|
||||||
|
"strict": true,
|
||||||
"noImplicitAny": false,
|
"noImplicitAny": false,
|
||||||
"rootDir": ".",
|
"rootDir": ".",
|
||||||
"strict": true,
|
|
||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
"allowImportingTsExtensions": true,
|
"allowImportingTsExtensions": true,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user