{ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "./build-with-tests", "declaration": false, "noImplicitAny": false, }, "include": [ "./lib/**/*", "./test/**/*" ] }