{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "./tsconfig.json", "compilerOptions": { "noEmit": false, "outDir": "./lib-test", "rootDir": "./src", }, }