Fix warning about ../../tsconfig.base.json not found (#19105)

as title
This commit is contained in:
martmull
2026-03-30 10:56:59 +02:00
committed by GitHub
parent fe1377f18b
commit 039a04bc2f
+14 -1
View File
@@ -1,6 +1,19 @@
{
"extends": "../../tsconfig.base.json",
"compileOnSave": false,
"compilerOptions": {
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2018",
"module": "esnext",
"lib": ["es2020", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"resolveJsonModule": true,
"allowJs": false,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,