{ "extends": "@internal/ts-config/tsconfig.base.json", "compilerOptions": { "types": ["jest", "offscreencanvas", "node"], "lib": ["DOM", "ESNext"], "baseUrl": "./", "rootDir": "./", "paths": { "@visactor/vtable-editors": [ "../vtable-editors/src" ] } }, "include": ["src", "__tests__", "examples", "site-demo"], "exclude": ["bugserver-config"] }