remove redundant allowSyntheticDefaultImports (#1802)

This commit is contained in:
华晨
2023-01-18 13:01:55 +08:00
committed by GitHub
parent e0eeb1c07e
commit d16951422b
2 changed files with 2 additions and 4 deletions

View File

@@ -2,7 +2,6 @@
"extends": "./tsconfig.base.json",
"compilerOptions": {
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"noEmit": true,
// "skipLibCheck": true,
"allowJs": true
@@ -25,4 +24,4 @@
"test/snapshots",
"test/snapshots-no-hmr"
]
}
}