{ "extends": "@internal/ts-config/tsconfig.base.json", "compilerOptions": { "jsx": "react", "types": ["jest", "offscreencanvas", "node"], "lib": ["DOM", "ESNext"], "baseUrl": "./", "rootDir": "./src", "paths": { } }, "ts-node": { "transpileOnly": true, "compilerOptions": { "module": "commonjs" } }, "references": [ { "path": "../vtable" } ], "include": ["src"] }