Fix ts-config to fix ts-server (#9019)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2025-05-22 17:22:04 +07:00
committed by GitHub
parent 6d4337febb
commit 8452c1f650
416 changed files with 1246 additions and 417 deletions
@@ -5,5 +5,7 @@
"rootDir": "./src",
"outDir": "./lib",
"declarationDir": "./types"
}
},
"include": ["src/**/*"],
"exclude": ["node_modules", "lib", "dist", "types", "bundle"]
}