{ "extends": "./tsconfig.json", "compilerOptions": { "rootDir": ".", "outDir": "build", "removeComments": true }, "include": [ "src/**/*", "test/**/*" ] }